
1. Locked the WTForms to 2.2.1 to address the import issue with wtforms.widgets.HTMLString. WTForms 2.3.0 was released on April 21/2020. This release causes shipyard gate fail with import error for wtforms.widgets.HTMLString. 2. Deleted psycopg2==2.7.7, which is installed as a dependency of apache-airflow extra package postgres, and resoted the newer release psycopg2-binary==2.8.4, to be used instead. Change-Id: I303a2c94ec409e97af1192ae892b8148fcdbb8d5
34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
# Copyright 2017 AT&T Intellectual Property. All other rights reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
pytz==2018.5
|
|
pyOpenSSL==18.0.0
|
|
ndg-httpsclient==0.5.1
|
|
pyasn1==0.4.4
|
|
psycopg2-binary==2.8.4
|
|
docker==3.5.0
|
|
# Airflow is now installed in the Dockerfile directory to allow for
|
|
# overriding where it is sourced from
|
|
python-openstackclient==3.16.1
|
|
kubernetes>=6.0.0
|
|
# Need to lock marshmellow-sqlalchemy and tabulate for compatibility issues
|
|
marshmallow-sqlalchemy==0.18.0
|
|
WTForms~=2.2.1
|
|
tabulate==0.8.03
|
|
|
|
# Dependencies for other UCP components
|
|
git+https://opendev.org/airship/deckhand.git@e7ba6828a0a1ca27fae596f6e0ee5a857f28001d#egg=deckhand
|
|
git+https://opendev.org/airship/drydock.git@586bcf8ebed430b4de82edd9a527566ed39704b7#egg=drydock_provisioner&subdirectory=python
|
|
git+https://opendev.org/airship/armada.git@af8a9ffd0873c2fbc915794e235dbd357f2adab1#egg=armada
|