mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 00:24:45 +00:00
Set minimum Beautiful Soup version in setup.py
This commit is contained in:
parent
42333362aa
commit
2d9c2b229c
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