
This reduces the number of layers built by the Dockerfile and puts more of hte dependency management into a common place. Change-Id: I416ac11749f3fe8803919994e807f46d64493b5a
34 lines
1010 B
Plaintext
34 lines
1010 B
Plaintext
# Testing
|
|
pytest==3.2.1
|
|
pytest-cov==2.5.1
|
|
mock==2.0.0
|
|
responses==0.8.1
|
|
testfixtures==5.1.1
|
|
apache-airflow[crypto,celery,postgres,hive,hdfs,jdbc]==1.9.0
|
|
|
|
# Testing - Client libraries for 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
|
|
# TODO(bryan-strassner) Pin to version for airflow when added to the
|
|
# requirements.txt in the airflow images directory
|
|
git+https://github.com/att-comdev/promenade.git@master#egg=promenade
|
|
|
|
|
|
# Linting
|
|
flake8==3.3.0
|
|
|
|
# Security scanning
|
|
bandit>=1.1.0 # Apache-2.0
|
|
|
|
# Documentation
|
|
sphinx>=1.6.2
|
|
sphinx_rtd_theme==0.2.4
|
|
|
|
# Documentation, repeated from requirements.txt to support readthedocs build.
|
|
oslo.config==4.11.0
|
|
oslo.policy==1.25.1
|
|
keystoneauth1==2.13.0
|
|
keystonemiddleware==4.17.0
|
|
falcon==1.2.0
|