blob: 93b529a3003b2e363096f4ee3af4f530add703b6 [file] [log] [blame]
--- a/setup.py
+++ b/setup.py
@@ -36,21 +36,21 @@
requires = [
'argcomplete>=1.8.2',
- 'boto==2.48.0',
+ 'boto>=2.48.0',
'crcmod>=1.7',
'gcs-oauth2-boto-plugin>=1.14',
- 'google-apitools==0.5.16',
+ 'google-apitools>=0.5.16',
'httplib2>=0.10.3',
# TODO: Sync submodule with tag referenced here once #339 is fixed in mock.
- 'mock==2.0.0',
- 'oauth2client==2.2.0',
+ 'mock>=2.0.0',
+ 'oauth2client>=2.2.0',
'pyOpenSSL>=0.13',
'python-gflags>=2.0',
'retry_decorator>=1.0.0',
'six>=1.9.0',
# Not using 1.02 because of:
# https://code.google.com/p/socksipy-branch/issues/detail?id=3
- 'SocksiPy-branch==1.01',
+ 'SocksiPy-branch>=1.01',
]
dependency_links = [