Merge pull request #214 from cjmayo/python3_04

{python3_04} Python3: add future to requirements
This commit is contained in:
anarcat 2019-04-11 11:44:49 -04:00 committed by GitHub
commit af38026ad2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -2,5 +2,6 @@
requests >= 2.4
pyxdg
dnspython
future
# optional:
argcomplete

View file

@ -504,6 +504,7 @@ args = dict(
'requests >= 2.4',
'dnspython',
'pyxdg',
'future',
],
# Commented out since they are untested and not officially supported.
# See also doc/install.txt for more detailed dependency documentation.