From 314b27c271fe4dffb635ed2b4f003d40bb52c611 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Tue, 13 Jan 2015 17:44:38 -0200 Subject: Adding pynacl dependency --- debian/control | 2 +- service/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 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 ============================ diff --git a/service/setup.py b/service/setup.py index 49125f04..ab2c8435 100644 --- a/service/setup.py +++ b/service/setup.py @@ -86,7 +86,7 @@ setup(name='pixelated-user-agent', ], test_suite='nose.collector', install_requires=[ - 'cryptography==0.6.1', + 'pynacl==0.2.3', 'pyasn1==0.1.7', 'gnupg==1.4.0', 'Twisted==14.0.2', -- cgit v1.2.3