Browse Source

bump required version of nsone-python client

pull/164/head
Stephen Coursen 8 years ago
parent
commit
0df8ed5e2a
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      setup.cfg

+ 4
- 4
setup.cfg 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


Loading…
Cancel
Save