diff options
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 |