diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-08-03 17:40:04 -0300 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2015-08-03 17:40:04 -0300 |
commit | 16a7f2987c54ff38a08d39a7f2eaf1662a154115 (patch) | |
tree | 4e01b609d897843faded8d93dd4ebc08a066ccc4 | |
parent | 34f8a5999ef024a3c1004a5bc9ff62201b4c5faa (diff) |
[tests] Added requirements-latest help HEAD development
Added requirements-latest to make sure we always use the
latest develop of all dependencies in an automated way
-rw-r--r-- | pkg/requirements-latest.pip | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/requirements-latest.pip b/pkg/requirements-latest.pip new file mode 100644 index 0000000..846a319 --- /dev/null +++ b/pkg/requirements-latest.pip @@ -0,0 +1,9 @@ +--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 'git+https://github.com/pixelated-project/keymanager.git@develop#egg=leap.keymanager' +-e . |