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

In setup.py too

This commit is contained in:
Ross McFarland
2018-10-29 19:32:12 -07:00
parent 4df77f2322
commit 9904086b31

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(),