summaryrefslogtreecommitdiff
path: root/pkg/requirements-dev.pip
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-09-18 13:09:07 -0500
committerKali Kaneko <kali@leap.se>2014-09-19 10:59:13 -0500
commitf66493426a7d0839801c81089ade6511efa1be3a (patch)
treeb8ffa66f2a514b92779bbfb377d88431ea9f64ab /pkg/requirements-dev.pip
parent94b1b7d4f9ebfed6d1f21646c5709d9f38642af4 (diff)
Use wheels! yeah!
No more infinite time to re-create a virtualenv.
Diffstat (limited to 'pkg/requirements-dev.pip')
-rw-r--r--pkg/requirements-dev.pip10
1 files changed, 7 insertions, 3 deletions
diff --git a/pkg/requirements-dev.pip b/pkg/requirements-dev.pip
index 8b5a8d85..799376d2 100644
--- a/pkg/requirements-dev.pip
+++ b/pkg/requirements-dev.pip
@@ -10,8 +10,12 @@
# 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)
-
+#
+wheel
sphinx
+ipdb
--e git+https://github.com/leapcode/leap_pycommon.git@develop#egg=leap.common
--e git+https://github.com/leapcode/soledad.git@develop#egg=leap.soledad
+# in case you want to install a package from a git source, you can use this:
+# Useful to test pre-release branches together.
+#-e git+https://github.com/leapcode/leap_pycommon.git@develop#egg=leap.common
+#-e git+https://github.com/leapcode/soledad.git@develop#egg=leap.soledad