mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-02 22:20:23 +00:00
Merge pull request #570 from cjmayo/bs481
Set minimum Beautiful Soup version in setup.py
This commit is contained in:
commit
995dc9cd41
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -376,7 +376,7 @@ setup(
|
|||
install_requires=[
|
||||
"requests >= 2.4",
|
||||
"dnspython >= 2.0",
|
||||
"beautifulsoup4",
|
||||
"beautifulsoup4 >= 4.8.1",
|
||||
"pyxdg",
|
||||
],
|
||||
# Commented out since they are untested and not officially supported.
|
||||
|
|
|
|||
Loading…
Reference in a new issue