mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 07:12:20 -05:00
17 lines
401 B
Plaintext
17 lines
401 B
Plaintext
-r requirements.txt
|
|
flake8==3.7.7
|
|
moto==1.3.8
|
|
pytest==3.10.1 # pyup: <4
|
|
pytest-env==0.6.2
|
|
pytest-mock==1.10.4
|
|
pytest-cov==2.6.1
|
|
coveralls==1.7.0
|
|
pytest-xdist==1.27.0 # pyup: ignore, version 1.28.0 requires pytest >= 4.4
|
|
freezegun==0.3.11
|
|
requests-mock==1.5.2
|
|
# optional requirements for jsonschema
|
|
strict-rfc3339==0.7
|
|
rfc3987==1.3.8
|
|
# used for creating manifest file locally
|
|
jinja2-cli[yaml]==0.6.0
|