
Uplifted celery to 4.4.2 to address memory leak issue raised in: https://github.com/celery/celery/issues/4843. This issue is addressed in celery 4.4.2 Change-Id: I26c403513ba48308044d69130d33561b314fd209
50 lines
1.6 KiB
Plaintext
50 lines
1.6 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.
|
|
|
|
# API requirements
|
|
|
|
alembic==1.0.0
|
|
arrow==0.12.1
|
|
celery~=4.4.2
|
|
configparser==3.5.0
|
|
cryptography==2.3
|
|
falcon==1.4.1
|
|
jsonschema==2.6.0
|
|
keystoneauth1==3.11.0
|
|
keystonemiddleware==5.2.0
|
|
networkx==2.1 # common/deployment_group
|
|
oslo.config==6.4.0
|
|
oslo.policy==1.38.1
|
|
PasteDeploy==1.5.2
|
|
psycopg2-binary==2.8.4
|
|
python-dateutil==2.7.3
|
|
python-memcached==1.59
|
|
requests==2.20.0
|
|
setuptools==40.4.1
|
|
SQLAlchemy==1.3.15
|
|
ulid==1.1
|
|
uwsgi==2.0.17
|
|
|
|
# To support profiling in non-prod
|
|
Werkzeug==0.16.1
|
|
WTForms~=2.2.1
|
|
# Need to lock marshmellow-sqlalchemy and tabulate for compatibility issues
|
|
marshmallow-sqlalchemy==0.18.0
|
|
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
|