summaryrefslogtreecommitdiff
path: root/service/setup.py
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-09-12 11:53:12 -0300
committerPatrick Maia <pmaia@thoughtworks.com>2014-09-15 11:54:32 -0300
commit6079196a9237ff1ae77ffb2bbc66f8bdc8698711 (patch)
tree26a105c1c220a290e3a0acb92277517d01c6d524 /service/setup.py
parent03f7ece809492f8b3c295065a14833b78cbd58d8 (diff)
When adding draft, return the mail with the new draft id so the UI can update it later
Diffstat (limited to 'service/setup.py')
-rw-r--r--service/setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/service/setup.py b/service/setup.py
index cb6ce68a..0821e28f 100644
--- a/service/setup.py
+++ b/service/setup.py
@@ -76,7 +76,8 @@ setup(name='pixelated-user-agent',
'leap.soledad.common==0.5.2',
'leap.soledad.client==0.5.2',
'leap.mail==0.3.9-1-gc1f9c92',
- 'gunicorn'
+ 'gunicorn',
+ 'crochet'
],
tests_require=[
'nose',