@ -2,7 +2,7 @@
name = octodns
name = octodns
description = "DNS as code - Tools for managing DNS across multiple providers"
description = "DNS as code - Tools for managing DNS across multiple providers"
long_description = file: README.md
long_description = file: README.md
version = 0.8.8
version = attr: octodns.__version__
author = Ross McFarland
author = Ross McFarland
author_email = rwmcfa1@gmail.com
author_email = rwmcfa1@gmail.com
url = https://github.com/github/octodns
url = https://github.com/github/octodns
@ -20,27 +20,14 @@ classifiers =
[options]
[options]
install_requires =
install_requires =
PyYaml = =3.12
azure-mgmt-dns = =1.0.1
azure-common = =1.1.6
boto3 = =1.4.6
botocore = =1.6.8
dnspython = =1.15.0
docutils = =0.14
dyn = =1.8.0
PyYaml> = 3.12
dnspython> = 1.15.0
futures = =3.1.1
futures = =3.1.1
google-cloud = =0.27.0
incf.countryutils = =1.0
incf.countryutils = =1.0
ipaddress = =1.0.18
ipaddress = =1.0.18
jmespath = =0.9.3
msrestazure = =0.4.10
natsort = =5.0.3
natsort = =5.0.3
nsone = =0.9.14
ovh = =0.4.7
python-dateutil = =2.6.1
python-dateutil = =2.6.1
requests = =2.13.0
requests = =2.13.0
s3transfer = =0.1.10
six = =1.10.0
packages = find:
packages = find:
include_package_data = True
include_package_data = True
@ -57,7 +44,21 @@ exclude =
tests
tests
[options.extras_require]
[options.extras_require]
dev =
dev =
azure-mgmt-dns = =1.0.1
azure-common = =1.1.6
boto3 = =1.4.6
botocore = =1.6.8
docutils = =0.14
dyn = =1.8.0
google-cloud = =0.27.0
jmespath = =0.9.3
msrestazure = =0.4.10
nsone = =0.9.14
ovh = =0.4.7
s3transfer = =0.1.10
six = =1.10.0
test =
coverage
coverage
mock
mock
nose
nose