diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-11-23 10:57:16 -0200 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-11-23 10:58:54 -0200 |
commit | 3d77ec58af42844933ba5cc4f36fcddb95254564 (patch) | |
tree | e2ba2cf8aa7927ed172cc625a216ef24cd84797e /service | |
parent | 6cb474e3fee165f51c414634ec88380b9a50c5fc (diff) |
Change the bitmask-dev repo to use our fork
See: https://github.com/pixelated/project-issues/issues/394
Diffstat (limited to 'service')
-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 c6eea0d3..d096ecf6 100644 --- a/service/requirements.txt +++ b/service/requirements.txt @@ -7,7 +7,7 @@ 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/leapcode/bitmask-dev.git@master#egg=leap.bitmask' +-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/' |