summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control2
-rw-r--r--service/setup.py1
2 files changed, 2 insertions, 1 deletions
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',