2803: Relax Python library requirements.
authorBrett Smith <brett@curoverse.com>
Fri, 9 May 2014 20:24:00 +0000 (16:24 -0400)
committerBrett Smith <brett@curoverse.com>
Fri, 9 May 2014 20:49:01 +0000 (16:49 -0400)
Refs #2803.  We're generally undemanding on the libraries we pull in,
and this can help us use more OS-packaged libraries.

sdk/python/requirements.txt
services/fuse/requirements.txt

index 0bea19bcd36b9de471f5b34afcae102dba48e212..a82fe9ec0db8f04941524e4b0d940890d416cb47 100644 (file)
@@ -1,6 +1,6 @@
-google-api-python-client==1.2
-httplib2==0.8
-python-gflags==2.0
-urllib3==1.7.1
-ws4py==0.3.4
-PyYAML==3.11
+google-api-python-client>=1.2
+httplib2>=0.8
+python-gflags>=2.0
+urllib3>=1.7.0
+ws4py>=0.3
+PyYAML>=3.0
index 079ebd2197b6db7d59aff90c909d61af73ee6c22..8906b247c283252226623bc8290059fd020c5be6 100644 (file)
@@ -1,3 +1,3 @@
 arvados-python-client>=0.1
-llfuse==0.40
-python-daemon==1.6
+llfuse>=0.40
+python-daemon>=1.5