Ross McFarland
7 years ago
No known key found for this signature in database
GPG Key ID: 61C10C4FC8FE4A89
2 changed files with
2 additions and
2 deletions
-
requirements.txt
-
setup.py
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
PyYaml==3.12 |
|
|
|
PyYaml==4.2b1 |
|
|
|
azure-common==1.1.9 |
|
|
|
azure-mgmt-dns==1.0.1 |
|
|
|
boto3==1.7.5 |
|
|
|
|
|
|
|
@ -29,7 +29,7 @@ setup( |
|
|
|
'console_scripts': console_scripts, |
|
|
|
}, |
|
|
|
install_requires=[ |
|
|
|
'PyYaml>=3.12', |
|
|
|
'PyYaml>=4.2b1', |
|
|
|
'dnspython>=1.15.0', |
|
|
|
'futures>=3.2.0', |
|
|
|
'incf.countryutils>=1.0', |
|
|
|
|