mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
@@ -1,4 +1,4 @@
|
|||||||
PyYaml==3.12
|
PyYaml==4.2b1
|
||||||
azure-common==1.1.9
|
azure-common==1.1.9
|
||||||
azure-mgmt-dns==1.2.0
|
azure-mgmt-dns==1.2.0
|
||||||
boto3==1.7.5
|
boto3==1.7.5
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -29,7 +29,7 @@ setup(
|
|||||||
'console_scripts': console_scripts,
|
'console_scripts': console_scripts,
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'PyYaml>=3.12',
|
'PyYaml>=4.2b1',
|
||||||
'dnspython>=1.15.0',
|
'dnspython>=1.15.0',
|
||||||
'futures>=3.2.0',
|
'futures>=3.2.0',
|
||||||
'incf.countryutils>=1.0',
|
'incf.countryutils>=1.0',
|
||||||
|
|||||||
Reference in New Issue
Block a user