diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-07-29 14:11:48 -0300 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2015-07-29 14:11:48 -0300 |
commit | 52c2f7258416fcd54e9aeb50656830b55d653630 (patch) | |
tree | 4768bfd2b56a02264193b586da77900bc9b5520e /server/pkg/requirements-latest.pip | |
parent | 69df3a177f751f372383f4188d799ad20ce31e25 (diff) |
[feat] Added requirements-latest pip file
With this, you can setup soledad for using locally
and running the tests with the latest head in a simpler
way
Diffstat (limited to 'server/pkg/requirements-latest.pip')
-rw-r--r-- | server/pkg/requirements-latest.pip | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/server/pkg/requirements-latest.pip b/server/pkg/requirements-latest.pip new file mode 100644 index 00000000..0edfbca0 --- /dev/null +++ b/server/pkg/requirements-latest.pip @@ -0,0 +1,8 @@ +--index-url https://pypi.python.org/simple/ + +--allow-external u1db --allow-unverified u1db +--allow-external dirspec --allow-unverified dirspec + +-e 'git+https://github.com/pixelated-project/leap_pycommon.git#egg=leap.common' +-e '../common' +-e . |