mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-22 18:41:54 -05:00
add `datetime` format (note, not the built-in `date-time`) to our json schemas. this uses the iso8601 library to try and parse the string. also, move `strict-rfc3339` and `rfc3987` (used by jsonschema to validate `date-time` and `uri` formats respectively from test requirements to regular requirements. if they're not installed, validation silently succeeds, so validation wouldnt reject anything bad on prod, only in unit tests.
13 lines
242 B
Plaintext
13 lines
242 B
Plaintext
-r requirements.txt
|
|
flake8==3.7.9
|
|
moto==1.3.14
|
|
pytest==5.3.2
|
|
pytest-env==0.6.2
|
|
pytest-mock==2.0.0
|
|
pytest-cov==2.8.1
|
|
pytest-xdist==1.31.0
|
|
freezegun==0.3.12
|
|
requests-mock==1.7.0
|
|
# used for creating manifest file locally
|
|
jinja2-cli[yaml]==0.7.0
|