17 lines
417 B
Plaintext
17 lines
417 B
Plaintext
# Testing
|
|
pytest==3.4
|
|
pytest-cov==2.5.1
|
|
responses==0.10.2
|
|
testfixtures==5.1.1
|
|
apache-airflow[crypto,celery,postgres,hive,hdfs,jdbc]==1.10.1
|
|
|
|
# TODO(bryan-strassner) Pin to version for airflow when added to the
|
|
# requirements.txt in the airflow images directory
|
|
git+https://git.openstack.org/openstack/airship-promenade.git@master#egg=promenade
|
|
|
|
# Linting
|
|
flake8==3.3.0
|
|
|
|
# Security scanning
|
|
bandit>=1.5.0 # Apache-2.0
|