Add selectively pip install requirements
This commit is contained in:
parent
c5cfa12d94
commit
ff029f1002
@ -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
|
0
requirements/provider/fastly.txt
Normal file
0
requirements/provider/fastly.txt
Normal file
4
requirements/requirements.txt
Normal file
4
requirements/requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
-r common.txt
|
||||
-r storage/cassandra.txt
|
||||
-r transport/falcon.txt
|
||||
-r provider/fastly.txt
|
1
requirements/storage/cassandra.txt
Normal file
1
requirements/storage/cassandra.txt
Normal file
@ -0,0 +1 @@
|
||||
cassandra-driver>=1.0.0
|
1
requirements/storage/mongo.txt
Normal file
1
requirements/storage/mongo.txt
Normal file
@ -0,0 +1 @@
|
||||
pymongo>=2.4
|
1
requirements/transport/falcon.txt
Normal file
1
requirements/transport/falcon.txt
Normal file
@ -0,0 +1 @@
|
||||
falcon>=0.1.6,<0.1.7
|
0
requirements/transport/pecan.txt
Normal file
0
requirements/transport/pecan.txt
Normal file
Loading…
x
Reference in New Issue
Block a user