62db00a317
In support of readthedocs build, brings in these dependencies needed due to the modules used to build the sample config and policy files. Change-Id: I2e666778439d3c9eb138dba9d09175519ba4862f
25 lines
462 B
Plaintext
25 lines
462 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.8.1
|
|
|
|
# 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
|