Gate fixes for Shipyard
* Fixed typo for jsonschema version * Setuptools version forced to <58 to allow usage of use_2to3, which some dependencies require * Fixed scripting error that allowed Airflow installation to silently fail Change-Id: I237801488795df07f2d4de1cde6cd4ec41182e31
This commit is contained in:
@@ -22,7 +22,7 @@ vine<5.0.0a1,>=1.1.3
|
||||
configparser==3.5.0
|
||||
cryptography>=2.7
|
||||
falcon==1.4.1
|
||||
jsonschema>=3.0.1<4
|
||||
jsonschema>=3.0.1,<4
|
||||
grpcio>=1.16.0
|
||||
keystoneauth1>=3.18.0
|
||||
keystonemiddleware==5.3.0
|
||||
|
||||
Reference in New Issue
Block a user