Set minimum Beautiful Soup version in setup.py

This commit is contained in:
Chris Mayo 2021-11-29 19:41:38 +00:00
parent 42333362aa
commit 2d9c2b229c

View file

@ -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.