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

Update requirements and setup.py, remove incf.countryutils, promote pycountry-convert

This commit is contained in:
Ross McFarland
2019-10-09 16:03:06 -07:00
parent b5c75d189c
commit 6959b58b75
3 changed files with 6 additions and 5 deletions

View File

@ -2,8 +2,6 @@ coverage
mock mock
nose nose
pycodestyle==2.4.0 pycodestyle==2.4.0
pycountry>=18.12.8
pycountry_convert>=0.7.2
pyflakes==1.6.0 pyflakes==1.6.0
readme_renderer[md]==24.0 readme_renderer[md]==24.0
requests_mock requests_mock

View File

@ -6,8 +6,8 @@ botocore==1.10.5
dnspython==1.15.0 dnspython==1.15.0
docutils==0.14 docutils==0.14
dyn==1.8.1 dyn==1.8.1
futures==3.2.0; python_version < '3.0'
edgegrid-python==1.1.1 edgegrid-python==1.1.1
futures==3.2.0; python_version < '3.0'
google-cloud-core==0.28.1 google-cloud-core==0.28.1
google-cloud-dns==0.29.0 google-cloud-dns==0.29.0
ipaddress==1.0.22 ipaddress==1.0.22
@ -16,9 +16,11 @@ msrestazure==0.6.2
natsort==5.5.0 natsort==5.5.0
ns1-python==0.12.0 ns1-python==0.12.0
ovh==0.4.8 ovh==0.4.8
pycountry-convert==0.7.2
pycountry==19.8.18
python-dateutil==2.6.1 python-dateutil==2.6.1
requests==2.22.0 requests==2.22.0
s3transfer==0.1.13 s3transfer==0.1.13
six==1.12.0
setuptools==38.5.2 setuptools==38.5.2
six==1.12.0
transip==2.0.0 transip==2.0.0

View File

@ -66,9 +66,10 @@ setup(
'PyYaml>=4.2b1', 'PyYaml>=4.2b1',
'dnspython>=1.15.0', 'dnspython>=1.15.0',
'futures>=3.2.0', 'futures>=3.2.0',
'incf.countryutils>=1.0',
'ipaddress>=1.0.22', 'ipaddress>=1.0.22',
'natsort>=5.5.0', 'natsort>=5.5.0',
'pycountry>=19.8.18',
'pycountry-convert>=0.7.2',
# botocore doesn't like >=2.7.0 for some reason # botocore doesn't like >=2.7.0 for some reason
'python-dateutil>=2.6.0,<2.7.0', 'python-dateutil>=2.6.0,<2.7.0',
'requests>=2.20.0' 'requests>=2.20.0'