Merge pull request #570 from cjmayo/bs481

Set minimum Beautiful Soup version in setup.py
This commit is contained in:
Chris Mayo 2021-11-29 19:44:35 +00:00 committed by GitHub
commit 995dc9cd41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.