diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-10-10 11:01:58 +0200 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-10-10 11:02:11 +0200 |
commit | 6857ab2fcaff3f3e9b172f220112fc7ff2a9e4b4 (patch) | |
tree | 2cf7f05c1750a554559f90955e3e202cf3fbc842 /debian | |
parent | fc0a82b450124c78fbb33d85b3dd1defae5bd008 (diff) |
adding whoosh dependency to debian package
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index eb543ce7..fd03b98b 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ X-Python-Version: >= 2.7 Package: pixelated-user-agent Architecture: all -Depends: python (>= 2.7), python (<< 2.8), leap-keymanager, soledad-common, soledad-client,, leap-mail, gunicorn, python-srp, python-dirspec, python-u1db, python-flask, python-crochet, python-scanner +Depends: python (>= 2.7), python (<< 2.8), leap-keymanager, soledad-common, soledad-client,, leap-mail, gunicorn, python-srp, python-dirspec, python-u1db, python-flask, python-crochet, python-scanner, python-whoosh Description: API to serve the pixelated front-end requests Pixelated User Agent Service ============================ |