blob: d00afd06417ae0c933a3edc0be4c36fe2e99616c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# ---------------------------
# -- external requirements --
# -- during development --
# ---------------------------
#
# For temporary work, you can point this to your developer repo.
# consolidated changes will be pushed to pypi and then added
# to the main requirements.pip
#
# 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/leapcode/leap_pycommon.git@develop#egg=leap.common
|