mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-14 17:43:11 +00:00
Merge pull request #214 from cjmayo/python3_04
{python3_04} Python3: add future to requirements
This commit is contained in:
commit
af38026ad2
2 changed files with 2 additions and 0 deletions
|
|
@ -2,5 +2,6 @@
|
|||
requests >= 2.4
|
||||
pyxdg
|
||||
dnspython
|
||||
future
|
||||
# optional:
|
||||
argcomplete
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue