summaryrefslogtreecommitdiff
path: root/service/develop_requirements.txt
diff options
context:
space:
mode:
authorFolker Bernitt <fbernitt@thoughtworks.com>2015-07-29 14:42:16 +0200
committerFolker Bernitt <fbernitt@thoughtworks.com>2015-08-11 17:00:29 +0200
commit90b304517f6f989b81375a2a71080e8fe853578a (patch)
tree1501cb48c8a0ec191f93cea0db3143dd4f4909f0 /service/develop_requirements.txt
parentb9cce7bedf79878e1b28b85cf0f43fa546d79084 (diff)
Install develop HEAD dependencies on ./go setup.
- Allows to build user agent using latest dependencies - does not need extra pypi server with packages
Diffstat (limited to 'service/develop_requirements.txt')
-rw-r--r--service/develop_requirements.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/service/develop_requirements.txt b/service/develop_requirements.txt
new file mode 100644
index 00000000..29fabcb5
--- /dev/null
+++ b/service/develop_requirements.txt
@@ -0,0 +1,10 @@
+--allow-external u1db --allow-unverified u1db
+--allow-external dirspec --allow-unverified dirspec
+-e 'git+https://github.com/pixelated-project/leap_pycommon.git#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#egg=leap.soledad.common&subdirectory=common/'
+-e 'git+https://github.com/pixelated-project/soledad.git#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'
+