summaryrefslogtreecommitdiff
path: root/pkg/requirements-dev.pip
blob: 45f5fa707537c9a51cd6275da7789850cfd6fedc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# ------------------------------------
# -- useful tools that you probably --
# --  will want during development  --
# ------------------------------------

wheel
sphinx
ipdb
pipdeptree

# ---------------------------
# -- 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)
#

# 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