summaryrefslogtreecommitdiff
path: root/pkg/requirements-dev.pip
blob: 8b5a8d85d5bc1d7eb3db7252b12db01776a041c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ---------------------------
# -- 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)

sphinx

-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