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 | 85eb777a96e6184145bb6f5a71ce90bb4108c56b (patch) | |
tree | 663a71cc463273e1ac70dbc13826decd508a98ac | |
parent | 6e98cbd8c7483ab4666f0a2db727e67c1e477dd9 (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-- | mail/pkg/requirements-latest.pip | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/pkg/requirements-latest.pip b/mail/pkg/requirements-latest.pip new file mode 100644 index 0000000..846a319 --- /dev/null +++ b/mail/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 . |