summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2013-02-25 10:34:10 -0800
committerBrian Waldon <bcwaldon@gmail.com>2013-02-25 10:34:10 -0800
commit825fc4f98b778f07dde40badc024ae29255d0c53 (patch)
tree9d0d3997ccd1896bfdd7ec986b9e73b4a320bc71
parent694756c2cdf4a02c81e19daaa2103d3bda438e92 (diff)
parent46144e6831cb694368f7982c02d96526d9543359 (diff)
downloadwarlock-825fc4f98b778f07dde40badc024ae29255d0c53.tar.gz
Merge pull request #5 from saschpe/master
Allow jsonschema<2.0 too.
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 67236cd..d948f98 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
-jsonschema>=0.7,<1
+jsonschema>=0.7,<2
jsonpatch>=0.10,<=0.12