diff options
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | service/setup.py | 1 | 
2 files changed, 1 insertions, 2 deletions
| diff --git a/debian/control b/debian/control index 4eaabfa5..3ae2cec0 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, python-service-identity +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  Description: API to serve the pixelated front-end requests   Pixelated User Agent Service   ============================ diff --git a/service/setup.py b/service/setup.py index 2bc06417..12f3fe9d 100644 --- a/service/setup.py +++ b/service/setup.py @@ -89,7 +89,6 @@ setup(name='pixelated-user-agent',             'pyasn1==0.1.7',             'gnupg==1.4.0',             'Twisted==14.0.2', -           'service-identity==14.0.0',             'klein==0.2.3',             'requests==2.5.0',             'srp==1.0.5', | 
