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 | 3e5d3caa4f213055ebb6c21036fc81ea6df248c3 (patch) | |
tree | 686904a07dc45877f3cc9ae862bf0220ea67b401 | |
parent | 5992172f58684ff21bffec9ed9414aaa9b26cd31 (diff) | |
parent | 67a0ee18932dddf673bb233e9bddb5bc6d6fedd7 (diff) |
Merge remote-tracking branch 'pixelated/check_requirements-latest' into develop
-rw-r--r-- | pkg/requirements-latest.pip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/requirements-latest.pip b/pkg/requirements-latest.pip index 3526bbd..58347b6 100644 --- a/pkg/requirements-latest.pip +++ b/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 . |