1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

setup.py install_requires futures only on 2.7

This commit is contained in:
Ross McFarland
2019-10-14 19:14:38 -07:00
parent 2f45cbc086
commit 4a41c98c16

View File

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