Skip to content

Commit

Permalink
Update dependency version constraints in setup.py
Browse files Browse the repository at this point in the history
`setup.py`'s version constraints are left over from the Python2
versions of WAL-E. These new version numbers are copied from
`tox.ini`'s `v1.0-oldest` environment.
  • Loading branch information
fdr committed Jul 31, 2016
1 parent 99fc82d commit 9ff3afe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ def read(fname):
version=VERSION,
packages=find_packages(),

install_requires=['gevent>=1.0.2'],
install_requires=['gevent>=1.1.1'],
extras_require={
'aws': ['boto>=2.24.0'],
'azure': ['azure>=0.7.0'],
'google': ['gcloud>=0.8.0'],
'swift': ['python-swiftclient>=1.8.0',
'python-keystoneclient>=0.4.2']
'aws': ['boto>=2.40.0'],
'azure': ['azure>=1.0.3'],
'google': ['gcloud>=0.17.0'],
'swift': ['python-swiftclient>=3.0.0',
'python-keystoneclient>=3.0.0']
},

# metadata for upload to PyPI
Expand Down

0 comments on commit 9ff3afe

Please sign in to comment.