summaryrefslogtreecommitdiff
path: root/service/requirements.txt
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@riseup.net>2016-09-01 17:43:33 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2016-09-12 14:39:33 -0300
commit1114cfcfba7b67b9d3e6238ce9dc2ab578060f93 (patch)
tree0657df05700b9a215a25e2324afd66530a1c3aa5 /service/requirements.txt
parente7f9c3c7220618438830cd36361db5089351cf81 (diff)
Implements bonafide to replace leap.auth
This still uses the SRPSession object to hold the credentials so we don't have to adapt the rest of the user agent code
Diffstat (limited to 'service/requirements.txt')
-rw-r--r--service/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/requirements.txt b/service/requirements.txt
index b4968f7d..bbc5044e 100644
--- a/service/requirements.txt
+++ b/service/requirements.txt
@@ -9,6 +9,7 @@ whoosh==2.5.7
Twisted==16.1.1
-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/leapcode/bonafide.git@master#egg=leap.bonafide'
-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/'