diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2015-01-13 17:44:38 -0200 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2015-01-13 17:45:48 -0200 |
commit | 314b27c271fe4dffb635ed2b4f003d40bb52c611 (patch) | |
tree | 6ee431ef7b4a043d0de7a7aec37f51e6403f818d /debian/control | |
parent | 5ebb06e4373bb985e4039945f03ca76426f18f48 (diff) |
Adding pynacl dependency
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3ae2cec0..915ead8e 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, python-srp, python-dirspec, python-u1db, python-whoosh, python-sqlcipher, python-klein, python-flask +Depends: python (>= 2.7), python (<< 2.8), leap-keymanager, soledad-common, soledad-client, leap-mail, python-srp, python-dirspec, python-u1db, python-whoosh, python-sqlcipher, python-klein, python-flask, python-nacl Description: API to serve the pixelated front-end requests Pixelated User Agent Service ============================ |