From 587d1b5ceef40e62abb2c9871ec4486f534e1052 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Wed, 5 Nov 2014 18:11:36 -0200 Subject: grooming our dependencies a bit - flask is out --- debian/control | 2 +- service/setup.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 0b1e04ad..4e143eba 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-whoosh, python-sqlcipher +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 Description: API to serve the pixelated front-end requests Pixelated User Agent Service ============================ diff --git a/service/setup.py b/service/setup.py index 4d8cf0a9..58c1ce58 100644 --- a/service/setup.py +++ b/service/setup.py @@ -77,7 +77,6 @@ setup(name='pixelated-user-agent', 'pyasn1==0.1.7', 'Twisted==14.0.2', 'service-identity==14.0.0', - 'flask==0.10.1', 'klein==0.2.3', 'requests==2.4.3', 'srp==1.0.5', @@ -87,8 +86,7 @@ setup(name='pixelated-user-agent', 'leap.soledad.common>=0.6', 'leap.soledad.client>=0.6', 'leap.mail==0.3.9-1-gc1f9c92', - 'whoosh==2.6.0', - 'gunicorn==19.1.1', + 'whoosh==2.6.0' ], entry_points={ 'console_scripts': [ -- cgit v1.2.3