summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-03-26 01:12:09 +0900
committerkali <kali@leap.se>2013-03-26 01:12:09 +0900
commiteadd13488a8f744f193c8c038fa2fd8eb7288942 (patch)
tree3496d2c62e7bc60beb84e746fd9038c37f2f8a8d /pkg
parent02207cf5ea91cc6ad3185c1df6c42f7e92bf4521 (diff)
add leap.common as dep
Diffstat (limited to 'pkg')
-rw-r--r--pkg/requirements.pip13
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