Files
notifications-admin/requirements_for_test.txt
Leo Hemsted 9547fedcc3 move manifest to single jinja template
uses the same pattern as other apps. Infers route based on app name,
you can declare more in the dict at the top if you need to.
2019-04-16 14:46:00 +01:00

16 lines
320 B
Plaintext

-r requirements.txt
isort==4.3.16
pytest==3.10.1 # pyup: <4.0.0
pytest-env==0.6.2
pytest-mock==1.10.1
pytest-cov==2.6.1
pytest-xdist==1.27.0
coveralls==1.7.0
beautifulsoup4==4.7.1
freezegun==0.3.11
flake8==3.7.7
flake8-print==3.1.0
requests-mock==1.5.2
# used for creating manifest file locally
jinja2-cli[yaml]==0.6.0