aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-13 20:43:41 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-13 20:43:41 +0200
commitfdca0f720707eb015b2150bd9228fdcc85e6ef3a (patch)
tree22c08e2ed309ce107dc65dc5d8d550e977637123 /requirements.txt
parentLoad MAILGUN_SMTP_SERVER env variable. (diff)
downloadnewspipe-fdca0f720707eb015b2150bd9228fdcc85e6ef3a.tar.gz
newspipe-fdca0f720707eb015b2150bd9228fdcc85e6ef3a.tar.bz2
newspipe-fdca0f720707eb015b2150bd9228fdcc85e6ef3a.zip
trying to send email with postmark
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 8a4ab9dc..26567d10 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,5 +13,6 @@ Flask-WTF
Flask-Babel
Flask-Gravatar
WTForms
+postmark
gevent
whoosh
bgstack15