Fix CI job errors due to protobuf dependencies
[optf/has.git] / conductor / requirements.txt
index c587704..204b64c 100644 (file)
@@ -2,10 +2,10 @@
 # of appearance. Changing the order has an impact on the overall integration
 # process, which may cause wedges in the gate later.
 
-cotyledon # Apache-2.0
+cotyledon>=1.7.3 # Apache-2.0
 futurist>=0.11.0 # Apache-2.0
-lxml>=2.3 # BSD
-oslo.config<5.6.0,>=3.9.0 # Apache-2.0
+lxml>=4.5.0 # BSD
+oslo.config>=3.9.0 # Apache-2.0
 oslo.i18n>=2.1.0 # Apache-2.0
 oslo.log>=1.14.0 # Apache-2.0
 # oslo.policy>=0.5.0 # Apache-2.0
@@ -18,8 +18,18 @@ oslo.messaging>=5.2.0 # Apache-2.0
 oslo.middleware>=3.0.0 # Apache-2.0
 python-daemon>=2.1.1 # Apache-2.0
 pyOpenSSL>=0.14 # Apache-2.0
-PyYAML>=3.10.0 # MIT
+PyYAML==5.4.1 # MIT
 requests[security]!=2.9.0,>=2.8.1 # Apache-2.0
 six>=1.9.0 # MIT, also required by futurist
 stevedore>=1.9.0 # Apache-2.0, also required by oslo.config
 WebOb>=1.2.3 # MIT
+onapsmsclient>=0.0.4
+Flask>=0.11.1
+prometheus-client>=0.3.1
+pycryptodomex==3.10.1
+jsonschema>=3.2.0
+tosca-parser>=2.2.0
+protobuf==3.6.1 # Hard requirement to force etcd3 to use this version
+etcd3==0.12.0
+grpcio==1.42.0
+WebTest==3.0.0