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

bump required version of nsone-python client

This commit is contained in:
Stephen Coursen
2018-01-07 03:50:10 +00:00
parent ef80516704
commit 0df8ed5e2a

View File

@@ -19,7 +19,7 @@ classifiers =
Programming Language :: Python :: 3.6
[options]
install_requires =
install_requires =
PyYaml>=3.12
dnspython>=1.15.0
futures==3.1.1
@@ -32,7 +32,7 @@ packages = find:
include_package_data = True
[options.entry_points]
console_scripts =
console_scripts =
octodns-compare = octodns.cmds.compare:main
octodns-dump = octodns.cmds.dump:main
octodns-report = octodns.cmds.report:main
@@ -44,7 +44,7 @@ exclude =
tests
[options.extras_require]
dev =
dev =
azure-mgmt-dns==1.0.1
azure-common==1.1.6
boto3==1.4.6
@@ -54,7 +54,7 @@ dev =
google-cloud==0.27.0
jmespath==0.9.3
msrestazure==0.4.10
nsone==0.9.14
nsone==0.9.17
ovh==0.4.7
s3transfer==0.1.10
six==1.10.0