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

Replace my custom natrual sorting with natsort module

Better to use something real/tested and less likely buggy/limited.
This commit is contained in:
Ross McFarland
2017-06-19 22:17:48 -07:00
parent cdba531175
commit db35ffe72e
3 changed files with 6 additions and 17 deletions

View File

@ -34,6 +34,7 @@ setup(
'futures>=3.0.5',
'incf.countryutils>=1.0',
'ipaddress>=1.0.18',
'natsort>=5.0.3',
'python-dateutil>=2.6.0',
'requests>=2.13.0'
],