Added all common modules in conductor directory
[optf/has.git] / conductor / 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 cotyledon # Apache-2.0
6 futurist>=0.11.0 # Apache-2.0
7 lxml>=2.3 # BSD
8 oslo.config>=3.9.0 # Apache-2.0
9 oslo.i18n>=2.1.0 # Apache-2.0
10 oslo.log>=1.14.0 # Apache-2.0
11 # oslo.policy>=0.5.0 # Apache-2.0
12 oslo.reports>=0.6.0 # Apache-2.0
13 PasteDeploy>=1.5.0 # MIT
14 pbr>=1.6 # Apache-2.0
15 pecan>=1.1.1 # BSD
16 pecan-notario<=0.0.3 # Alfredo Deza
17 oslo.messaging>=5.2.0 # Apache-2.0
18 oslo.middleware>=3.0.0 # Apache-2.0
19 python-daemon>=2.1.1 # Apache-2.0
20 pyOpenSSL>=0.14 # Apache-2.0
21 PyYAML>=3.10.0 # MIT
22 requests[security]!=2.9.0,>=2.8.1 # Apache-2.0
23 six>=1.9.0 # MIT, also required by futurist
24 stevedore>=1.9.0 # Apache-2.0, also required by oslo.config
25 WebOb>=1.2.3 # MIT