diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-08-03 15:48:07 -0300 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2015-08-03 17:17:04 -0300 |
commit | 36a91016c88db83129bb718ef479927910cdfe3f (patch) | |
tree | 1f88ea5b62dde9e39bf00eb37700e75c9bc82aaa /pkg/requirements-latest.pip | |
parent | 3fab338ef4e1ae0efcfaee455ae04881aa013083 (diff) |
[tests] Added requirements-latest to help HEAD development
That's an easy way to setup the latest develop without
depending on manually downloading the dependencies
Diffstat (limited to 'pkg/requirements-latest.pip')
-rw-r--r-- | pkg/requirements-latest.pip | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/requirements-latest.pip b/pkg/requirements-latest.pip new file mode 100644 index 00000000..148d42be --- /dev/null +++ b/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@develop#egg=leap.common' +-e 'git+https://github.com/pixelated-project/soledad.git@develop#egg=leap.soledad.common&subdirectory=common/' +-e 'git+https://github.com/pixelated-project/soledad.git@develop#egg=leap.soledad.client&subdirectory=client/' +-e . |