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