mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 06:20:27 +00:00
Merge pull request #344 from hroncok/beautifulsoup4-requirement
Require beautifulsoup4 instead of bs4
This commit is contained in:
commit
205ceb6805
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# required:
|
||||
bs4
|
||||
beautifulsoup4
|
||||
requests >= 2.4
|
||||
pyxdg
|
||||
dnspython
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -495,7 +495,7 @@ args = dict(
|
|||
install_requires = [
|
||||
'requests >= 2.4',
|
||||
'dnspython',
|
||||
'bs4',
|
||||
'beautifulsoup4',
|
||||
'pyxdg',
|
||||
'future',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue