summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMinmin Ren <renmm6@chinaunicom.cn>2019-05-08 02:16:24 +0000
committerMinmin Ren <renmm6@chinaunicom.cn>2019-05-13 10:27:00 +0000
commit85d2b17c49cd5f7e878b32f8e58217923c6c2aa2 (patch)
tree0f63fe7412c67fe4c312a9d9c15d67c0592754b2 /requirements.txt
parente1a027067cab5476385cec2327efa24b75c68d58 (diff)
downloadtrove-85d2b17c49cd5f7e878b32f8e58217923c6c2aa2.tar.gz
Fix tox debug mode
- add oslotest in test-requirement.txt for fixing tox debug mode failed. - Update jsonschema/sphinx following the global-requirments.txt to pass zuul requirements-check job. (See: https://review.openstack.org/649789 https://review.opendev.org/#/c/657890/) Change-Id: I5f2cabc35415cac3c4e81afa9084cbd8677ccd22 Story: #2005615 Task: #30862
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index a386515f..35bddbc9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -23,7 +23,7 @@ python-designateclient>=2.7.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
iso8601>=0.1.11 # MIT
-jsonschema<3.0.0,>=2.6.0 # MIT
+jsonschema>=2.6.0 # MIT
Jinja2>=2.10 # BSD License (3 clause)
pexpect!=3.3,>=3.1 # ISC License
oslo.config>=5.2.0 # Apache-2.0