diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-05-29 15:20:32 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-05-29 15:20:32 -0300 |
commit | 1f3573503be0cf7d61fa80ea866b8bef4a57b111 (patch) | |
tree | ab93803d57673f3dce633472baf20dc353c00a44 /pkg/requirements.pip | |
parent | 7780685a8beb8fbba54d5c366905d9ece5569008 (diff) | |
parent | 884d0e0f4dbba34b6f6f5afe6e27390a7606a7fa (diff) |
Merge remote-tracking branch 'kali/feature/ci-ready' into develop
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r-- | pkg/requirements.pip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 5f69abfb..a7713ec4 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -1,11 +1,11 @@ # in order of addition to the project. -# do not change the ordering. +# try not to change the ordering. # -argparse -# -PySide +# PySide -- It's a requirement indeed, but +# it gives troubles when operating inside virtualenvs. # Use LEAP_VENV_SKIP_PYSIDE to avoid installing it! +argparse requests srp>=1.0.2 pyopenssl @@ -16,7 +16,7 @@ ipaddr twisted qt4reactor -leap.common>=0.2.4 +leap.common>=0.2.5 leap.soledad>=0.1.0 # Remove this when nickserver is online |