diff options
author | Jan Willhaus <mail@janwillhaus.de> | 2019-05-14 11:06:39 +0200 |
---|---|---|
committer | Jan Willhaus <mail@janwillhaus.de> | 2019-05-18 17:45:25 +0200 |
commit | 656e61252d109c8d7f4d62caae6d6171d3d8f4b9 (patch) | |
tree | 5923e09740016751c0c978cecdc7343424b3d691 | |
parent | 19b2b3e103ddd753bb5da5b5d96f801c267dad3b (diff) | |
download | warlock-656e61252d109c8d7f4d62caae6d6171d3d8f4b9.tar.gz |
Update jsonschema pinning
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index e499923..53fee05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -jsonschema>=0.7,<3 +jsonschema>=0.7,<4 jsonpatch>=0.10,<2 six |