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

Update natsort versions to 5.5.0 which has setuptools fixes

This commit is contained in:
Ross McFarland
2018-11-18 17:44:09 -08:00
parent 4755140c68
commit 7a1875e7d3
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ setup(
'futures>=3.2.0',
'incf.countryutils>=1.0',
'ipaddress>=1.0.22',
'natsort>=5.2.0,<5.3',
'natsort>=5.5.0',
# botocore doesn't like >=2.7.0 for some reason
'python-dateutil>=2.6.0,<2.7.0',
'requests>=2.20.0'