2015-02-16 12:33:13 -07:00
|
|
|
# The order of packages is significant, because pip processes them in the order
|
|
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
|
|
# process, which may cause wedges in the gate later.
|
2015-08-17 22:39:39 +00:00
|
|
|
alembic>=0.8.0
|
|
|
|
pecan>=1.0.0
|
2015-09-17 12:15:32 +00:00
|
|
|
pbr>=1.6
|
2015-09-01 23:24:16 +00:00
|
|
|
SQLAlchemy<1.1.0,>=0.9.9
|
2014-08-28 23:38:38 -07:00
|
|
|
Babel>=1.3
|
2015-06-22 21:20:25 +00:00
|
|
|
eventlet>=0.17.4
|
2015-12-02 20:30:35 +00:00
|
|
|
requests>=2.8.1
|
2015-10-16 00:59:36 +00:00
|
|
|
keystonemiddleware!=2.4.0,>=2.0.0
|
2015-09-09 19:40:30 +00:00
|
|
|
python-neutronclient>=2.6.0
|
2014-08-28 23:38:38 -07:00
|
|
|
WebOb>=1.2.3
|
2015-02-20 14:01:03 +00:00
|
|
|
six>=1.9.0
|
2015-06-22 21:20:25 +00:00
|
|
|
stevedore>=1.5.0 # Apache-2.0
|
2015-11-19 19:16:43 +00:00
|
|
|
oslo.config>=2.7.0 # Apache-2.0
|
2015-06-22 21:20:25 +00:00
|
|
|
oslo.context>=0.2.0 # Apache-2.0
|
2015-11-19 19:16:43 +00:00
|
|
|
oslo.db>=3.2.0 # Apache-2.0
|
2015-06-22 21:20:25 +00:00
|
|
|
oslo.i18n>=1.5.0 # Apache-2.0
|
2015-11-12 22:12:01 +00:00
|
|
|
oslo.log>=1.12.0 # Apache-2.0
|
2015-11-13 17:14:49 +00:00
|
|
|
oslo.messaging!=2.8.0,>2.6.1 # Apache-2.0
|
2015-12-02 20:30:35 +00:00
|
|
|
oslo.middleware>=3.0.0 # Apache-2.0
|
2015-11-04 13:51:17 +01:00
|
|
|
oslo.reports>=0.6.0 # Apache-2.0
|
2015-06-22 21:20:25 +00:00
|
|
|
oslo.rootwrap>=2.0.0 # Apache-2.0
|
2015-10-24 00:26:25 +00:00
|
|
|
oslo.serialization>=1.10.0 # Apache-2.0
|
2015-11-19 19:16:43 +00:00
|
|
|
oslo.service>=0.12.0 # Apache-2.0
|
|
|
|
oslo.utils>=2.8.0 # Apache-2.0
|
2015-06-22 21:20:25 +00:00
|
|
|
PyMySQL>=0.6.2 # MIT License
|
2015-08-26 14:03:21 +00:00
|
|
|
python-barbicanclient>=3.3.0
|
2015-10-16 00:59:36 +00:00
|
|
|
python-keystoneclient!=1.8.0,>=1.6.0
|
2015-10-28 22:09:06 +00:00
|
|
|
python-novaclient!=2.33.0,>=2.29.0
|
2015-07-16 23:19:20 +00:00
|
|
|
pyOpenSSL>=0.14
|
2015-10-24 00:26:25 +00:00
|
|
|
WSME>=0.8
|
2015-11-19 19:16:43 +00:00
|
|
|
Jinja2>=2.8 # BSD License (3 clause)
|
2015-05-04 21:13:02 +00:00
|
|
|
paramiko>=1.13.0
|
2015-07-24 03:34:14 +00:00
|
|
|
taskflow>=1.16.0
|
2015-02-27 14:45:54 -08:00
|
|
|
|
|
|
|
#for the amphora api
|
2015-06-22 21:20:25 +00:00
|
|
|
Flask<1.0,>=0.10
|
2015-06-09 20:06:02 +00:00
|
|
|
netifaces>=0.10.4
|
2015-02-27 14:45:54 -08:00
|
|
|
|
2015-08-20 11:24:02 +00:00
|
|
|
cryptography>=1.0 # Apache-2.0
|