summaryrefslogtreecommitdiff
path: root/service/requirements.txt
diff options
context:
space:
mode:
authorFolker Bernitt <fbernitt@thoughtworks.com>2016-01-04 14:47:56 +0100
committerFolker Bernitt <fbernitt@thoughtworks.com>2016-01-04 14:47:56 +0100
commit305e4bcc27bea881523b15aee4896e51e5aca4d3 (patch)
tree2fc5144a056f649c8399ec92563dd17799496f85 /service/requirements.txt
parent7901cb59a5924f8b21462d4f58332fced842c91a (diff)
Rename develop_requirements.txt to requirements.txt
- fixes package build as it expects requirements.txt
Diffstat (limited to 'service/requirements.txt')
-rw-r--r--service/requirements.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/service/requirements.txt b/service/requirements.txt
new file mode 100644
index 00000000..71e0b105
--- /dev/null
+++ b/service/requirements.txt
@@ -0,0 +1,17 @@
+--index-url https://pypi.python.org/simple/
+
+https://launchpad.net/dirspec/stable-13-10/13.10/+download/dirspec-13.10.tar.gz
+--allow-external dirspec --allow-unverified dirspec
+https://launchpad.net/u1db/stable-13-10/13.10/+download/u1db-13.10.tar.bz2
+pyasn1==0.1.8
+requests==2.0.0
+srp==1.0.4
+whoosh==2.5.7
+-e 'git+https://github.com/pixelated-project/leap_pycommon.git@develop#egg=leap.common'
+-e 'git+https://github.com/pixelated-project/leap_auth.git#egg=leap.auth'
+-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/soledad.git@develop#egg=leap.soledad.server&subdirectory=server/'
+-e 'git+https://github.com/pixelated-project/keymanager.git@develop#egg=leap.keymanager'
+-e 'git+https://github.com/pixelated-project/leap_mail.git@develop#egg=leap.mail'
+-e .