Browse Source
Merge pull request #300 from github/pin-natsort-5-5-0
Update natsort versions to 5.5.0 which has setuptools fixes
pull/305/head
Ross McFarland
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
requirements.txt
-
setup.py
|
|
|
@ -13,7 +13,7 @@ incf.countryutils==1.0 |
|
|
|
ipaddress==1.0.22 |
|
|
|
jmespath==0.9.3 |
|
|
|
msrestazure==0.4.27 |
|
|
|
natsort==5.2.0 |
|
|
|
natsort==5.5.0 |
|
|
|
nsone==0.9.100 |
|
|
|
ovh==0.4.8 |
|
|
|
python-dateutil==2.6.1 |
|
|
|
|
|
|
|
@ -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' |
|
|
|
|