diff options
| author | Ernst Widerberg <ernst@sunet.se> | 2022-04-25 13:46:11 +0200 |
|---|---|---|
| committer | Ernst Widerberg <ernst@sunet.se> | 2022-04-25 13:46:11 +0200 |
| commit | 1b836e78db2737ba5d1ae43da9828601a5a5c114 (patch) | |
| tree | eb41ef3cf7ece326a49021302165a3cb4c8de1d7 /requirements.txt | |
| parent | 2aebcdeca17f9b46d90f5255dd4d03caa358701e (diff) | |
The format "date-time" in jsonschema is as defined in RFC 3339, which is
about the same as ISO 8601.
Validating this requires an additional package which is specified in
python-jsonschema docs.
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index ce2f921..327c7d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,6 +21,7 @@ PyJWT==1.7.1 pyparsing==3.0.6 pytest==6.2.5 requests==2.26.0 +rfc3339-validator==0.1.4 sniffio==1.2.0 starlette==0.16.0 toml==0.10.2 |
