add escalator frame
[escalator.git] / api / requirements.txt
1 # The order of packages is significant, because pip processes them in the order
2 # of appearance. Changing the order has an impact on the overall integration
3 # process, which may cause wedges in the gate later.
4
5 pbr>=1.6 # Apache-2.0
6
7 # < 0.8.0/0.8 does not work, see https://bugs.launchpad.net/bugs/1153983
8 eventlet>=0.16.1,!=0.17.0
9 PasteDeploy>=1.5.0
10 Routes>=1.12.3,!=2.0
11 WebOb>=1.2.3
12 httplib2>=0.7.5
13 oslo.concurrency>=3.7         # Apache-2.0
14 oslo.context>=0.2.0                     # Apache-2.0
15 oslo.utils>=3.7                  # Apache-2.0
16 taskflow>=0.7.1
17
18 # For paste.util.template used in keystone.common.template
19 Paste
20
21 pyOpenSSL>=0.11
22 # Required by openstack.common libraries
23 six>=1.9.0
24
25 oslo.db>=1.7.0  # Apache-2.0
26 oslo.i18n>=1.5.0  # Apache-2.0
27 oslo.log>=1.0.0  # Apache-2.0
28 oslo.messaging>=1.8.0  # Apache-2.0
29 oslo.policy>=0.3.1  # Apache-2.0
30 oslo.serialization>=1.4.0            # Apache-2.0
31 oslo.service>=0.1.0 # Apache-2.0
32 osprofiler>=0.3.0             # Apache-2.0
33