Merge pull request #197 from anarcat/lower-dep

lower requirements to allow install on older systems
This commit is contained in:
anarcat 2018-11-03 14:20:10 -04:00 committed by GitHub
commit 8a9f5fe57b
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:
requests >= 2.20.0
requests >= 2.4
pyxdg
dnspython
# optional:

View file

@ -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',
],