aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-13 20:45:28 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-13 20:45:28 +0200
commitc6f38ef82b4b6c55ce12c02983fb96fcfce8c1bd (patch)
tree57c976ff2700319f900fb2efc39b263a0bd79215 /requirements.txt
parenttrying to send email with postmark (diff)
downloadnewspipe-c6f38ef82b4b6c55ce12c02983fb96fcfce8c1bd.tar.gz
newspipe-c6f38ef82b4b6c55ce12c02983fb96fcfce8c1bd.tar.bz2
newspipe-c6f38ef82b4b6c55ce12c02983fb96fcfce8c1bd.zip
updated requirements.txt
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 26567d10..fc00a393 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,6 +13,6 @@ Flask-WTF
Flask-Babel
Flask-Gravatar
WTForms
-postmark
+python-postmark
gevent
whoosh
bgstack15