Browse Source

In setup.py too

pull/282/head
Ross McFarland 7 years ago
parent
commit
9904086b31
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@ -37,7 +37,7 @@ setup(
'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'
'requests>=2.20.0'
],
license='MIT',
long_description=open('README.md').read(),


Loading…
Cancel
Save