diff options
author | Kali Kaneko <kali@leap.se> | 2015-02-13 12:12:09 -0400 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-02-13 14:03:12 -0300 |
commit | fb7d75a6556026d097a03c61bb167d689f1e1f06 (patch) | |
tree | 67d7ec27accb0b651cc8eb2d354b24e398eed213 | |
parent | b226c1a3c44df3bfe9b888be1f8661a69f53a88b (diff) |
add pipdeptree to requirements-dev
-rw-r--r-- | pkg/requirements-dev.pip | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/pkg/requirements-dev.pip b/pkg/requirements-dev.pip index 799376d2..45f5fa70 100644 --- a/pkg/requirements-dev.pip +++ b/pkg/requirements-dev.pip @@ -1,3 +1,13 @@ +# ------------------------------------ +# -- useful tools that you probably -- +# -- will want during development -- +# ------------------------------------ + +wheel +sphinx +ipdb +pipdeptree + # --------------------------- # -- external requirements -- # -- during development -- @@ -11,11 +21,7 @@ # to install it. (do it after python setup.py develop and it # will only install this) # -wheel -sphinx -ipdb # 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 |