summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorErnst Widerberg <ernst@sunet.se>2022-04-25 13:46:11 +0200
committerErnst Widerberg <ernst@sunet.se>2022-04-25 13:46:11 +0200
commit1b836e78db2737ba5d1ae43da9828601a5a5c114 (patch)
treeeb41ef3cf7ece326a49021302165a3cb4c8de1d7 /requirements.txt
parent2aebcdeca17f9b46d90f5255dd4d03caa358701e (diff)
Rename timestamp_in_utc to timestamp, change formatHEADmain
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.txt1
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