Browse Source

python-dateutil>=2.8.1

pull/444/head
Ross McFarland 6 years ago
committed by GitHub
parent
commit
826df247b5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      setup.py

+ 1
- 2
setup.py View File

@ -73,8 +73,7 @@ setup(
'natsort>=5.5.0',
'pycountry>=19.8.18',
'pycountry-convert>=0.7.2',
# botocore doesn't like >=2.7.0 for some reason
'python-dateutil>=2.6.0,<2.9.0',
'python-dateutil>=2.8.1',
'requests>=2.20.0'
],
license='MIT',


Loading…
Cancel
Save