diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2015-07-29 16:02:57 -0300 |
---|---|---|
committer | Folker Bernitt <fbernitt@thoughtworks.com> | 2015-08-11 17:00:29 +0200 |
commit | defc4b65572c64d24b2be1db7ba887d3356ecd11 (patch) | |
tree | 947c6f4ac7e29fa0d4a150ac743a5d81501354e1 /service | |
parent | cf0d01fdb4320b2fad1238f3a533d4020edcc1b6 (diff) |
specify branch develop on requirements
Diffstat (limited to 'service')
-rw-r--r-- | service/develop_requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/service/develop_requirements.txt b/service/develop_requirements.txt index 29fabcb5..e4c2dce3 100644 --- a/service/develop_requirements.txt +++ b/service/develop_requirements.txt @@ -1,9 +1,9 @@ --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 'git+https://github.com/pixelated-project/leap_pycommon.git@develop#egg=leap.common' -e 'git+https://github.com/pixelated-project/leap_auth.git#egg=leap.auth' --e 'git+https://github.com/pixelated-project/soledad.git#egg=leap.soledad.common&subdirectory=common/' --e 'git+https://github.com/pixelated-project/soledad.git#egg=leap.soledad.client&subdirectory=client/' +-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/soledad.git@develop#egg=leap.soledad.server&subdirectory=server/' -e 'git+https://github.com/pixelated-project/keymanager.git@develop#egg=leap.keymanager' -e 'git+https://github.com/pixelated-project/leap_mail.git@develop#egg=leap.mail' |