Add selectively pip install requirements

This commit is contained in:
tonytan4ever 2014-06-27 14:56:21 -04:00
parent c5cfa12d94
commit ff029f1002
7 changed files with 8 additions and 3 deletions

View File

@ -2,12 +2,10 @@ pbr>=0.5.21,<1.0
Babel>=1.3
netaddr>=0.7.6
falcon>=0.1.6,<0.1.7
jsonschema>=1.3.0,!=1.4.0
iso8601>=0.1.8
msgpack-python
pymongo>=2.4
cassandra-driver>=1.0.0
python-keystoneclient>=0.4.1
python-memcached
WebOb>=1.2.3,<1.3

View File

View File

@ -0,0 +1,4 @@
-r common.txt
-r storage/cassandra.txt
-r transport/falcon.txt
-r provider/fastly.txt

View File

@ -0,0 +1 @@
cassandra-driver>=1.0.0

View File

@ -0,0 +1 @@
pymongo>=2.4

View File

@ -0,0 +1 @@
falcon>=0.1.6,<0.1.7

View File