Locked Werkzeug package release to 0.16.1

The latest Werkzeug package release 1.0.0, released on February 8,
is not backwards compatible with the earler releases of this package,
which is used in Flask, used by apache airflow.

This causes shipyard make image job fail, with missing import errors
from the Werkzeug library.

This change locks the Werkzeuz package release to the last compatible
release with the apache airflow in shipyard.

Change-Id: I54dad4ccc1858f4d5986c6e8e9fbf8f5d9847158
This commit is contained in:
Ahmad Mahmoudi 2020-02-12 01:20:48 +00:00
parent 24f6a01e0b
commit 3d987309b8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ ulid==1.1
uwsgi==2.0.17 uwsgi==2.0.17
# To support profiling in non-prod # To support profiling in non-prod
Werkzeug>=0.15.0 Werkzeug==0.16.1
# Need to lock marshmellow-sqlalchemy and tabulate for compatibility issues # Need to lock marshmellow-sqlalchemy and tabulate for compatibility issues
marshmallow-sqlalchemy==0.18.0 marshmallow-sqlalchemy==0.18.0
tabulate==0.8.03 tabulate==0.8.03