Merge pull request #344 from hroncok/beautifulsoup4-requirement

Require beautifulsoup4 instead of bs4
This commit is contained in:
Marius Gedminas 2020-02-06 12:52:20 +02:00 committed by GitHub
commit 205ceb6805
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# required:
bs4
beautifulsoup4
requests >= 2.4
pyxdg
dnspython

View file

@ -495,7 +495,7 @@ args = dict(
install_requires = [
'requests >= 2.4',
'dnspython',
'bs4',
'beautifulsoup4',
'pyxdg',
'future',
],