diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-03-13 10:11:35 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-03-13 10:11:35 -0300 |
commit | fc434146593060c1fc454776b1feaaa80a700823 (patch) | |
tree | a7c2be8f9ad6f2417c3e3c239a6cd0de30eed854 /pkg | |
parent | 0ff122cf9fd0a76871093b595910fb7c0d3bfe85 (diff) |
Revert jsonschema version to <=0.8
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/requirements.pip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 7f5eb5b0..e47e0bff 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -1,7 +1,7 @@ # in order of addition to the project. # do not change the ordering. -jsonschema +jsonschema<=0.8 requests srp>=1.0.2 pyopenssl @@ -9,4 +9,4 @@ keyring pyxdg argparse PySide -python-dateutil
\ No newline at end of file +python-dateutil |