diff options
author | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-03-13 14:17:43 -0300 |
---|---|---|
committer | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-03-13 14:17:43 -0300 |
commit | 412d95d64b5d26d4f5e00a85b7b62da23e9bb168 (patch) | |
tree | a6f31e1eba22029ba39bc522018e384d185d00f4 | |
parent | ed15fdb62afb97af406fe35cc17da5d3790b7bd4 (diff) |
Use leap repository of leap_pycommon
with @tuliocasagrande
-rw-r--r-- | service/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/requirements.txt b/service/requirements.txt index dace91b2..45b0d3a7 100644 --- a/service/requirements.txt +++ b/service/requirements.txt @@ -6,7 +6,7 @@ requests==2.11.1 srp==1.0.6 whoosh==2.6.0 Twisted==16.1.1 --e 'git+https://0xacab.org/pixelated/leap_pycommon.git@develop#egg=leap.common' +-e 'git+https://0xacab.org/leap/leap_pycommon.git@develop#egg=leap.common' -e 'git+https://0xacab.org/pixelated/bitmask-dev.git@feat_fetch_remote_on_expiry#egg=leap.bitmask' -e 'git+https://0xacab.org/pixelated/soledad.git@master#egg=leap.soledad.common&subdirectory=common/' -e 'git+https://0xacab.org/pixelated/soledad.git@master#egg=leap.soledad.client&subdirectory=client/' |