diff options
Diffstat (limited to 'service')
-rw-r--r-- | service/requirements.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/service/requirements.txt b/service/requirements.txt index d096ecf6..56ac19d8 100644 --- a/service/requirements.txt +++ b/service/requirements.txt @@ -6,9 +6,9 @@ requests==2.11.1 srp==1.0.6 whoosh==2.6.0 Twisted==16.1.1 --e 'git+https://github.com/pixelated/leap_pycommon.git@develop#egg=leap.common' --e 'git+https://github.com/pixelated/bitmask-dev.git@master#egg=leap.bitmask' --e 'git+https://github.com/pixelated/soledad.git@develop#egg=leap.soledad.common&subdirectory=common/' --e 'git+https://github.com/pixelated/soledad.git@develop#egg=leap.soledad.client&subdirectory=client/' --e 'git+https://github.com/pixelated/soledad.git@develop#egg=leap.soledad.server&subdirectory=server/' +-e 'git+https://0xacab.org/pixelated/leap_pycommon.git@develop#egg=leap.common' +-e 'git+https://0xacab.org/pixelated/bitmask-dev.git@master#egg=leap.bitmask' +-e 'git+https://0xacab.org/pixelated/soledad.git@develop#egg=leap.soledad.common&subdirectory=common/' +-e 'git+https://0xacab.org/pixelated/soledad.git@develop#egg=leap.soledad.client&subdirectory=client/' +-e 'git+https://0xacab.org/pixelated/soledad.git@develop#egg=leap.soledad.server&subdirectory=server/' -e . |