mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-08 03:34:29 -05:00
This copies the config we use in the admin app, with a few changes as discussed in the PR [1]. We'll apply these to our other apps. [1]: https://github.com/alphagov/notifications-api/pull/3175#issuecomment-795530323
15 lines
278 B
Plaintext
15 lines
278 B
Plaintext
-r requirements.txt
|
|
flake8==3.8.4
|
|
flake8-bugbear==20.11.1
|
|
isort==5.7.0
|
|
moto==1.3.16
|
|
pytest==6.1.2
|
|
pytest-env==0.6.2
|
|
pytest-mock==3.3.1
|
|
pytest-cov==2.10.1
|
|
pytest-xdist==2.1.0
|
|
freezegun==1.0.0
|
|
requests-mock==1.8.0
|
|
# used for creating manifest file locally
|
|
jinja2-cli[yaml]==0.7.0
|