Browse Source
Merge pull request #281 from kivikakk/natsort-upper-limit
bound natsort to 5.2.x
pull/282/head
Ross McFarland
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
setup.py
|
|
|
@ -34,7 +34,7 @@ setup( |
|
|
|
'futures>=3.2.0', |
|
|
|
'incf.countryutils>=1.0', |
|
|
|
'ipaddress>=1.0.22', |
|
|
|
'natsort>=5.2.0', |
|
|
|
'natsort>=5.2.0,<5.3', |
|
|
|
# botocore doesn't like >=2.7.0 for some reason |
|
|
|
'python-dateutil>=2.6.0,<2.7.0', |
|
|
|
'requests>=2.18.4' |
|
|
|
|