diff options
author | kali <kali@leap.se> | 2013-04-10 00:12:20 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-04-10 00:12:20 +0900 |
commit | 3dc9110df56c2919acacb0622915823bfde51d5f (patch) | |
tree | dc506b8b685be06ee137a4c290881f7624670c83 /pkg/requirements.pip | |
parent | 01f956f859a94f37aaebf9acc932c26564087ae8 (diff) |
baseconfig moved to leap.common.config
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r-- | pkg/requirements.pip | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 89917a53..0051380a 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -1,16 +1,15 @@ # in order of addition to the project. # do not change the ordering. # +argparse +# PySide # Use LEAP_VENV_SKIP_PYSIDE to avoid installing it! -jsonschema<=0.8 requests srp>=1.0.2 pyopenssl keyring -pyxdg -argparse python-dateutil psutil |