Skip to content

Commit

Permalink
Merge pull request #233 from jul1u5/switch-to-beautifulsoup4
Browse files Browse the repository at this point in the history
Replace bs4 dependency with beautifulsoup4
  • Loading branch information
Kareem Zidane committed Oct 5, 2020
2 parents deee961 + 1899096 commit 0116b79
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 @@ -17,7 +17,7 @@
message_extractors = {
'check50': [('**.py', 'python', None),],
},
install_requires=["attrs>=18", "bs4>=0", "pexpect>=4.6", "lib50>=2,<4", "pyyaml>=3.10", "requests>=2.19", "termcolor>=1.1", "jinja2>=2.10"],
install_requires=["attrs>=18", "beautifulsoup4>=0", "pexpect>=4.6", "lib50>=2,<4", "pyyaml>=3.10", "requests>=2.19", "termcolor>=1.1", "jinja2>=2.10"],
extras_require = {
"develop": ["sphinx", "sphinx-autobuild", "sphinx_rtd_theme"]
},
Expand Down

0 comments on commit 0116b79

Please sign in to comment.