diff options
author | Kali Kaneko <kali@leap.se> | 2013-03-20 21:06:09 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-03-21 21:18:54 +0900 |
commit | e1e47c8fa7d8c6a7b1e17066c243219362132f6d (patch) | |
tree | a28b027109e50aaed4317b9ee85bcc039d9aafb0 /pkg/requirements-dev.pip | |
parent | b6de685a52c2715adfc639925a9ddac364cd4f00 (diff) |
separate development deps
so we can use them with "pip install -r requirements-dev.pip"
Diffstat (limited to 'pkg/requirements-dev.pip')
-rw-r--r-- | pkg/requirements-dev.pip | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/requirements-dev.pip b/pkg/requirements-dev.pip new file mode 100644 index 00000000..b2b072b3 --- /dev/null +++ b/pkg/requirements-dev.pip @@ -0,0 +1,9 @@ +# -- external requirements -- +# --------------------------- +# temporary, move to official repo and then +# to pypi +# 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/kalikaneko/leap_common.git@develop#egg=leap_common |