mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-23 15:44:44 +00:00
Merge pull request #147 from fd0/fix-requirements
Require requests >= 2.4
This commit is contained in:
commit
268bf162c7
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# required:
|
||||
requests<2.15,>=2.2
|
||||
requests<2.15,>=2.4
|
||||
pyxdg
|
||||
dnspython
|
||||
# optional:
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -501,7 +501,7 @@ args = dict(
|
|||
},
|
||||
# Requirements, usable with setuptools or the new Python packaging module.
|
||||
install_requires = [
|
||||
'requests<2.15,>=2.2',
|
||||
'requests<2.15,>=2.4',
|
||||
'dnspython',
|
||||
'pyxdg',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue