mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-10 07:03:12 -05:00
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.
16 lines
320 B
Plaintext
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
|