diff options
author | Brian Waldon <bcwaldon@gmail.com> | 2013-01-20 15:07:35 -0800 |
---|---|---|
committer | Brian Waldon <bcwaldon@gmail.com> | 2013-01-21 09:27:49 -0800 |
commit | d5cdd5c561c6587db1e46e400402b365d72a5bf6 (patch) | |
tree | 793f300f91bb998f898d0dc6d33d173970d9b16d /requirements.txt | |
parent | 455fe617d9ff09963806aa020c11a907c8253727 (diff) | |
download | warlock-d5cdd5c561c6587db1e46e400402b365d72a5bf6.tar.gz |
Relax jsonpatch dep to >=0.10,<=0.12
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index bd9b4f7..67236cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ jsonschema>=0.7,<1 -jsonpatch==0.10 +jsonpatch>=0.10,<=0.12 |