# base and pipeline dependencies
# requirements_full.txt includes requirements.txt, so no need to
# include it here.
-r alt_requirements/requirements_full.txt

# test
pytest==4.5.0
pytest-cov==2.7.1
pytest-localserver==0.5.0
pytest-sanic==1.0.0
freezegun==0.3.12
responses==0.9.0
nbsphinx==0.3.2
aioresponses==0.6.0
moto==1.3.8

# lint/format/types
black==19.3b0; python_version>='3.6'
flake8==3.7.8
pytype==2019.7.11

# other
google-cloud-storage==1.7.0
azure-storage-blob==1.0.0
coveralls==1.7.0

