Fix CI job errors due to protobuf dependencies
[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>=1.7.3 # Apache-2.0
6 futurist>=0.11.0 # Apache-2.0
7 lxml>=4.5.0 # 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==5.4.1 # 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
26 onapsmsclient>=0.0.4
27 Flask>=0.11.1
28 prometheus-client>=0.3.1
29 pycryptodomex==3.10.1
30 jsonschema>=3.2.0
31 tosca-parser>=2.2.0
32 protobuf==3.6.1 # Hard requirement to force etcd3 to use this version
33 etcd3==0.12.0
34 grpcio==1.42.0
35 WebTest==3.0.0