summaryrefslogtreecommitdiff
path: root/service/setup.py
diff options
context:
space:
mode:
authorBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-11-06 17:46:35 -0200
committerBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-11-06 17:46:35 -0200
commitaf14953231cf1f240863acb588fedd8d86b2ce74 (patch)
tree516650475655adf23ab8fad265d564901e3fe4ac /service/setup.py
parentc321859bbe82a692b16b58cdb45c916f2bfd29aa (diff)
Flask is back because it is still needed by the attachments and tags controllers
Diffstat (limited to 'service/setup.py')
-rw-r--r--service/setup.py1
1 files changed, 1 insertions, 0 deletions
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',