Skip to content

Commit

Permalink
Move scraper requirement to its own file
Browse files Browse the repository at this point in the history
and state how to install in the program file's comment near the very
top.
  • Loading branch information
JOJ0 committed Sep 10, 2024
1 parent c1e6b3b commit ff8e381
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ pyyaml
tabulate
click-option-group>=0.5.2
dnspython
beautifulsoup4
1 change: 1 addition & 0 deletions scrape_docs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
# Prerequisites: pip install -r scrape_docs_requirements.txt

import click
from bs4 import BeautifulSoup
Expand Down
1 change: 1 addition & 0 deletions scrape_docs_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
beautifulsoup4

0 comments on commit ff8e381

Please sign in to comment.