diff options
author | Kali Kaneko <kali@leap.se> | 2016-03-24 09:29:30 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-03-24 09:29:30 -0400 |
commit | 8f0b6e5856d032b830f408114075dde05705ed28 (patch) | |
tree | 04671ef1cea62a2e4dd8989c225295a224a01681 /pkg/requirements-latest.pip | |
parent | 352995b60f3181023e09f378a4652688b24a37f8 (diff) | |
parent | 0f1b68a131b57bcde93ee3d6d4d2f20f6b2bcf17 (diff) |
Merge remote-tracking branch 'leapcode/pr/227' into develop
Diffstat (limited to 'pkg/requirements-latest.pip')
-rw-r--r-- | pkg/requirements-latest.pip | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pkg/requirements-latest.pip b/pkg/requirements-latest.pip index 846a319..3526bbd 100644 --- a/pkg/requirements-latest.pip +++ b/pkg/requirements-latest.pip @@ -1,9 +1,9 @@ --index-url https://pypi.python.org/simple/ ---allow-external u1db --allow-unverified u1db ---allow-external dirspec --allow-unverified dirspec --e 'git+https://github.com/pixelated-project/leap_pycommon.git@develop#egg=leap.common' --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/keymanager.git@develop#egg=leap.keymanager' +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 . |