
This reduces the number of layers built by the Dockerfile and puts more of hte dependency management into a common place. Change-Id: I416ac11749f3fe8803919994e807f46d64493b5a
30 lines
1.2 KiB
Plaintext
30 lines
1.2 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==2017.2
|
|
pyOpenSSL==17.3.0
|
|
ndg-httpsclient==0.4.3
|
|
pyasn1==0.3.6
|
|
psycopg2==2.7.3.1
|
|
docker-py==1.6.0
|
|
apache-airflow[crypto,celery,postgres,hive,hdfs,jdbc]==1.9.0
|
|
python-openstackclient==3.11.0
|
|
sphinx>=1.6.2
|
|
sphinx_rtd_theme==0.2.4
|
|
|
|
# Dependencies for other UCP components
|
|
git+https://github.com/att-comdev/deckhand.git@3cdf3d2d896d43c6e3bc26170522c3eee0d7158f#egg=deckhand
|
|
git+https://github.com/att-comdev/drydock.git@42aa3c486ee4c495c2377d31481df5ab681f84f2#egg=drydock_provisioner
|
|
git+https://github.com/att-comdev/armada.git@7a2ba22ab12a3f1f180b6af4085972ba44853377#egg=armada
|