From af14953231cf1f240863acb588fedd8d86b2ce74 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Goncalves Date: Thu, 6 Nov 2014 17:46:35 -0200 Subject: Flask is back because it is still needed by the attachments and tags controllers --- debian/control | 2 +- service/setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 4e143eba..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 +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 58c1ce58..31a5b55e 100644 --- a/service/setup.py +++ b/service/setup.py @@ -79,6 +79,7 @@ setup(name='pixelated-user-agent', 'service-identity==14.0.0', 'klein==0.2.3', 'requests==2.4.3', + 'flask==0.10.1', 'srp==1.0.5', 'dirspec==13.10', 'u1db==13.09', -- cgit v1.2.3