diff options
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | 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', |