diff options
author | Ruben Pollan <meskio@sindominio.net> | 2016-07-05 17:27:36 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2016-07-05 17:27:36 +0200 |
commit | 2666cb70daf86c9a8cb96e48db70d66845a63d3d (patch) | |
tree | 7fc5d385b633a1b526929d3e9ee1fb1ea76d236a | |
parent | 46486807a3274c89adf4b5764cc62ed87d58ca70 (diff) | |
parent | 47187ffe9d3f78e6d8c74f92fc4cdba2f245232d (diff) |
Merge remote-tracking branch 'pixelated/check_requirements-latest' into develop
-rw-r--r-- | mail/pkg/requirements-latest.pip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/pkg/requirements-latest.pip b/mail/pkg/requirements-latest.pip index 3526bbd..58347b6 100644 --- a/mail/pkg/requirements-latest.pip +++ b/mail/pkg/requirements-latest.pip @@ -2,8 +2,8 @@ https://launchpad.net/dirspec/stable-13-10/13.10/+download/dirspec-13.10.tar.gz https://launchpad.net/ubuntu/+archive/primary/+files/u1db_13.09.orig.tar.bz2 --e 'git+https://github.com/pixelated/leap_pycommon.git@develop#egg=leap.common' --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/keymanager.git@develop#egg=leap.keymanager' +-e 'git+https://github.com/leapcode/leap_pycommon.git@develop#egg=leap.common' +-e 'git+https://github.com/leapcode/soledad.git@develop#egg=leap.soledad.common&subdirectory=common/' +-e 'git+https://github.com/leapcode/soledad.git@develop#egg=leap.soledad.client&subdirectory=client/' +-e 'git+https://github.com/leapcode/keymanager.git@develop#egg=leap.keymanager' -e . |