diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-03-21 14:51:58 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-03-21 14:51:58 -0300 |
commit | 2b53c03c9acf42b240a57901ae1e6d4046f52fb2 (patch) | |
tree | 46d8f0e4e4665835f319103149fb7e419162fae5 /pkg/requirements.pip | |
parent | 344abd42c6b480a783ee05b6e92532a1113a86d2 (diff) | |
parent | 9dace17a4b162c3fbef9909b6f8226903b0ad445 (diff) |
Merge remote-tracking branch 'kali/feature/osx-eip-rewrite' into develop
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r-- | pkg/requirements.pip | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 8bb6ff3f..89917a53 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -1,7 +1,8 @@ # in order of addition to the project. # do not change the ordering. # -PySide # Use LEAP_VENV_SKIP_PYSIDE to avoid installing it! +PySide +# Use LEAP_VENV_SKIP_PYSIDE to avoid installing it! jsonschema<=0.8 requests @@ -13,12 +14,4 @@ argparse python-dateutil psutil -# -- external requirements -- -# --------------------------- -# temporary, move to official repo and then -# to pypi -# NOTE: you have to run pip install -r pkg/requirements.pip for pip -# to install it. (do it after python setup.py develop and it -# will only install this) - --e git+git://github.com/kalikaneko/leap_common.git@develop#egg=leap_common +leap.common |