Skip to content

Commit

Permalink
restricting beautifulsoupt version for the time being, as newer versi…
Browse files Browse the repository at this point in the history
…ons fail: #2
  • Loading branch information
fracpete committed Mar 10, 2021
1 parent 4f8389e commit 5c1bacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _read(f):
author_email='[email protected]',
install_requires=[
"requests",
"beautifulsoup4",
"beautifulsoup4<=4.6.0",
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 5c1bacb

Please sign in to comment.