aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 15:18:51 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 15:18:51 +0100
commit7866813a4fffd60157626605d1e4cb1b1070214b (patch)
tree92efe39c8e6889d2caf3a615592a96d895c0f073 /pyproject.toml
parentRemoved Flask-SSLify and Heroku default support. (diff)
downloadnewspipe-7866813a4fffd60157626605d1e4cb1b1070214b.tar.gz
newspipe-7866813a4fffd60157626605d1e4cb1b1070214b.tar.bz2
newspipe-7866813a4fffd60157626605d1e4cb1b1070214b.zip
Removed sendgrid dependency.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index bfc12cea..a21daf6b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,6 @@ Flask-Babel = "^1.0.0"
Flask-Migrate = "^2.5.2"
Flask-Script = "^2.0.6"
WTForms = "^2.2.1"
-sendgrid = "^6.1.2"
python-dateutil = "^2.8.1"
psycopg2-binary = "^2.8.4"
bgstack15