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

bound natsort to 5.2.x

Current latest (5.4.1) FTBFS on Python 2.7.
This commit is contained in:
Ashe Connor
2018-10-30 11:12:23 +11:00
parent 1f0b5d4a22
commit f8a98b8fbc

View File

@ -34,7 +34,7 @@ setup(
'futures>=3.2.0', 'futures>=3.2.0',
'incf.countryutils>=1.0', 'incf.countryutils>=1.0',
'ipaddress>=1.0.22', 'ipaddress>=1.0.22',
'natsort>=5.2.0', 'natsort>=5.2.0,<5.3',
# 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.18.4' 'requests>=2.18.4'