Browse Source
setup.py install_requires futures only on 2.7
pull/384/head
Ross McFarland
6 years ago
No known key found for this signature in database
GPG Key ID: 61C10C4FC8FE4A89
1 changed files with
1 additions and
1 deletions
-
setup.py
|
|
|
@ -68,7 +68,7 @@ setup( |
|
|
|
install_requires=[ |
|
|
|
'PyYaml>=4.2b1', |
|
|
|
'dnspython>=1.15.0', |
|
|
|
'futures>=3.2.0', |
|
|
|
'futures>=3.2.0; python_version<"3.2"', |
|
|
|
'ipaddress>=1.0.22', |
|
|
|
'natsort>=5.5.0', |
|
|
|
'pycountry>=19.8.18', |
|
|
|
|