aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 15:15:33 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 15:15:33 +0100
commit53c4c6d6864f08036a9e169fe165986b6305c8d6 (patch)
treea793a57f1c9db22220dcfd58508c92e9f74b502a /pyproject.toml
parenttypo (diff)
downloadnewspipe-53c4c6d6864f08036a9e169fe165986b6305c8d6.tar.gz
newspipe-53c4c6d6864f08036a9e169fe165986b6305c8d6.tar.bz2
newspipe-53c4c6d6864f08036a9e169fe165986b6305c8d6.zip
Removed Flask-SSLify and Heroku default support.
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 fb57d65e..bfc12cea 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,6 @@ Flask-RESTful = "^0.3.8"
Flask-Restless = "^0.17.0"
Flask-paginate = "^0.5.5"
Flask-Babel = "^1.0.0"
-Flask-SSLify = "^0.1.5"
Flask-Migrate = "^2.5.2"
Flask-Script = "^2.0.6"
WTForms = "^2.2.1"
bgstack15