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

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