diff options
author | Jefferson Stachelski <jstachel@thoughtworks.com> | 2016-03-01 14:19:09 -0300 |
---|---|---|
committer | Jefferson Stachelski <jstachel@thoughtworks.com> | 2016-03-01 14:19:09 -0300 |
commit | 1f613c23c16f6b34bcfd064791a3da7591ac19da (patch) | |
tree | d35133b8075d54a80413f3a42823851ed147abee | |
parent | 5261ed0307c5032004f2b9d3926ca19832ed28bf (diff) |
Changed the github link to the new one
-rw-r--r-- | service/requirements.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/service/requirements.txt b/service/requirements.txt index 1966f09a..95a0f4f8 100644 --- a/service/requirements.txt +++ b/service/requirements.txt @@ -8,11 +8,11 @@ requests==2.0.0 srp==1.0.4 whoosh==2.5.7 pycryptopp --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@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' +-e 'git+https://github.com/pixelated/leap_pycommon.git@develop#egg=leap.common' +-e 'git+https://github.com/pixelated/leap_auth.git#egg=leap.auth' +-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://github.com/pixelated/keymanager.git@develop#egg=leap.keymanager' +-e 'git+https://github.com/pixelated/leap_mail.git@develop#egg=leap.mail' -e . |