summaryrefslogtreecommitdiff
path: root/client/pkg/requirements.pip
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-07-22 12:36:41 -0400
committerKali Kaneko <kali@leap.se>2015-07-22 16:40:24 -0400
commit82c8989ddbcc57befca806495b7040efd0cb0d4e (patch)
tree07d9d59bda1b461ee4ed2857bc4d022449770c08 /client/pkg/requirements.pip
parent8074dcfff4bf2304d581efe8a01174a2dd1288eb (diff)
[pkg] separate leap requirements
this is part of a process to make the setup of the development mode less troublesome. from now on, setting up a virtualenv in pure development mode will be as easy as telling pip to just install the external dependencies:: pip install -r pkg/requirements.pip and traversing all the leap repos for the needed leap dependencies doing:: python setup.py develop - Related: #7288
Diffstat (limited to 'client/pkg/requirements.pip')
-rw-r--r--client/pkg/requirements.pip4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip
index 570cd09e..b676b67c 100644
--- a/client/pkg/requirements.pip
+++ b/client/pkg/requirements.pip
@@ -7,10 +7,6 @@ cchardet
zope.proxy
twisted
-# leap deps -- bump me!
-leap.common>=0.4.1
-leap.soledad.common>=0.6.5
-
# XXX -- fix me!
# oauth is not strictly needed by us, but we need it until u1db adds it to its
# release as a dep.