shipyard/src/bin/shipyard_airflow/test-requirements.txt

18 lines
415 B
Plaintext

# Testing
amqp==2.5.1
pytest==3.5.0
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://opendev.org/airship/promenade.git@master#egg=promenade
# Linting
flake8==3.3.0
# Security scanning
bandit>=1.5.0 # Apache-2.0