diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-06-17 22:36:44 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-06-17 22:36:44 +0200 |
commit | 2e695a4331430050465c4e8b892768af5e18e934 (patch) | |
tree | f9ef9a04b8b76433e70db1cd1e75e47949662095 /requirements.txt | |
parent | Updated translations. (diff) | |
download | newspipe-2e695a4331430050465c4e8b892768af5e18e934.tar.gz newspipe-2e695a4331430050465c4e8b892768af5e18e934.tar.bz2 newspipe-2e695a4331430050465c4e8b892768af5e18e934.zip |
The Postmark team has chosen not to continue development of the Heroku Add-on as of June 30, 2017. Newspipe is now using SendGrid when deployed on Heroku.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 0f43eec2..12a4bfc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,5 +22,5 @@ Flask-SSLify==0.1.5 Flask-Migrate==2.0.4 Flask-Script==2.0.5 WTForms==2.1 -python-postmark==0.4.12 +sendgrid==4.2.0 python-dateutil==2.6.0 |