Skip to content

Commit

Permalink
Merge pull request #366 from biglocalnews/fix-reqs
Browse files Browse the repository at this point in the history
Add click to setup.py reqs
  • Loading branch information
palewire authored Jan 22, 2022
2 parents b02ebb6 + 36edfc6 commit 1293eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def run(self):
warn-scraper=warn.cli:main
""",
install_requires=[
"click",
"bs4",
"html5lib",
"pdfplumber",
Expand Down

0 comments on commit 1293eeb

Please sign in to comment.