From 0df8ed5e2a86d4c7e220841add8c479cf8f91e6b Mon Sep 17 00:00:00 2001 From: Stephen Coursen Date: Sun, 7 Jan 2018 03:50:10 +0000 Subject: [PATCH] bump required version of nsone-python client --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 54e9014..0473649 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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