aboutsummaryrefslogtreecommitdiff
blob: 66d8144329f23a8adadbd7bffd6a4915f39de213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- a/setup.py
+++ b/setup.py
@@ -35,10 +35,10 @@
 """
 
 requires = [
-    'boto==2.39.0',
+    'boto>=2.39.0',
     'crcmod>=1.7',
     'gcs-oauth2-boto-plugin>=1.12',
-    'google-apitools==0.5.2',
+    'google-apitools>=0.5.2',
     'httplib2>=0.8',
-    'oauth2client==1.5.2',
+    'oauth2client>=1.5.2',
     'pyOpenSSL>=0.13',
@@ -48,7 +48,7 @@
     '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 = [