febc8347f7
requirements.txt is only appropriate for libraries that are always needed, as they will be installed all the time. However if actually trying to run multinode you won't have databases or database access on the compute nodes. So you can't pip install -r requirements.txt on those environments. For an example, see Nova. Change-Id: Ic962e518b8ffa0457031d5851f83285abb5096df
31 lines
545 B
Plaintext
31 lines
545 B
Plaintext
alembic>=0.4.1
|
|
anyjson>=0.3.3
|
|
argparse
|
|
eventlet>=0.13.0
|
|
Flask>=0.10,<1.0
|
|
happybase>=0.4,<=0.6
|
|
iso8601>=0.1.8
|
|
jsonpath-rw>=1.2.0,<2.0
|
|
jsonschema>=2.0.0,<3.0.0
|
|
kombu>=2.4.8
|
|
lockfile>=0.8
|
|
lxml>=2.3
|
|
msgpack-python
|
|
oslo.config>=1.2.0
|
|
pbr>=0.6,<1.0
|
|
pecan>=0.4.5
|
|
pysnmp>=4.2.1,<5.0.0
|
|
python-ceilometerclient>=1.0.6
|
|
python-glanceclient>=0.9.0
|
|
python-keystoneclient>=0.6.0
|
|
python-novaclient>=2.15.0
|
|
python-swiftclient>=1.6
|
|
PyYAML>=3.1.0
|
|
requests>=1.1
|
|
six>=1.5.2
|
|
SQLAlchemy>=0.7.8,<=0.8.99
|
|
sqlalchemy-migrate>=0.8.2
|
|
stevedore>=0.14
|
|
WebOb>=1.2.3
|
|
WSME>=0.6
|