mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-18 13:20:59 +00:00
Merge pull request #197 from anarcat/lower-dep
lower requirements to allow install on older systems
This commit is contained in:
commit
8a9f5fe57b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# required:
|
||||
requests >= 2.20.0
|
||||
requests >= 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.20.0',
|
||||
'requests >= 2.4',
|
||||
'dnspython',
|
||||
'pyxdg',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue