diff options
author | Christoph Kluenter <ckluente@thouthworks.com> | 2016-07-07 09:15:52 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-07-18 16:12:29 +0200 |
commit | 36f3daf7ae3a76711cdc319a97a835047cd22605 (patch) | |
tree | 2b2bfe2602df9d88758f4d38c1fe0c5e6a70b24a /server/pkg/requirements-latest.pip | |
parent | 6b23b3f3215f2443aa3e790559b63a41b3040072 (diff) |
[pkg] remove pixelated from requirements-latest.pip
modifying original PR [0] by cristoph to account for the recent
vendoring of l2db code, which means we no longer depend on u1db/dirspec.
I expect the whole mess about the venv setup to be further simplified
pretty soon, since we are going to merge most of the leap.* packages
into a couple of repos.
[0] https://github.com/leapcode/soledad/pull/327
Diffstat (limited to 'server/pkg/requirements-latest.pip')
-rw-r--r-- | server/pkg/requirements-latest.pip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/pkg/requirements-latest.pip b/server/pkg/requirements-latest.pip index 46a7ccba..d32e1ffa 100644 --- a/server/pkg/requirements-latest.pip +++ b/server/pkg/requirements-latest.pip @@ -1,5 +1,5 @@ --index-url https://pypi.python.org/simple/ --e 'git+https://github.com/pixelated-project/leap_pycommon.git@develop#egg=leap.common' +-e 'git+https://github.com/leapcode/leap_pycommon.git@develop#egg=leap.common' -e '../common' -e . |