diff options
author | Folker Bernitt <fbernitt@thoughtworks.com> | 2015-08-20 11:18:58 +0200 |
---|---|---|
committer | Folker Bernitt <fbernitt@thoughtworks.com> | 2015-08-20 11:21:47 +0200 |
commit | 6859c77bdb6201fc3fb804e1bb781a1e51585f57 (patch) | |
tree | 28a4250c1c99bda7820a4c78b85c73b2cb25e560 /service | |
parent | 08b9bd7ee8093a09837d60f7c584bd9375bd6ef0 (diff) |
Attempt to make user agent package buildable again.
- See https://github.com/pixelated/project-issues/issues/133
- Removed pacakge dependencies as they should now be part
of the package
- Uses pixpybuild to build the debian package
Diffstat (limited to 'service')
-rw-r--r-- | service/requirements.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/service/requirements.txt b/service/requirements.txt new file mode 100644 index 00000000..e4c2dce3 --- /dev/null +++ b/service/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@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' + |