From f8e1f46839be89b15a312080bc33ef22ab0e3484 Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Wed, 27 Feb 2013 16:35:42 +0000 Subject: [PATCH] Pin to jsonschema less than 1.0 Change-Id: I9c4b804a5dd476c69976aed841f804283ecf8996 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index c9157aa..42f23e2 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,4 +1,4 @@ cliff>=1.2.1 -jsonschema>=0.8 +jsonschema>=0.8,<1 requests>=0.8.3,<1.0 python-keystoneclient>=0.2.0