summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2022-07-14 15:43:40 +0100
committerStephen Finucane <sfinucan@redhat.com>2022-07-18 12:30:25 +0100
commit2709e30956b53be1dca91eec801220f0efbaed93 (patch)
tree49ba627ae57a21dd00ded49c4e31fd10f1f29a37 /requirements.txt
parente1a925772b075e2a623d8522bc9c242ddb3af152 (diff)
downloadnova-2709e30956b53be1dca91eec801220f0efbaed93.tar.gz
Fix compatibility with jsonschema 4.x
This changed one of the error messages we depend on [1]. [1] https://github.com/python-jsonschema/jsonschema/commit/641e9b8c Change-Id: I643ec568ee2eb2ec1a555f813fd2f1acff915afa Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
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 03b86ef1c8..8bac17323e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -66,3 +66,4 @@ python-dateutil>=2.7.0 # BSD
futurist>=1.8.0 # Apache-2.0
openstacksdk>=0.35.0 # Apache-2.0
PyYAML>=5.1 # MIT
+packaging>=21.0 # Apache-2.0