aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-02 08:44:14 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-02 08:44:14 +0100
commit946b1aec53faf8761f44f59e99ce21d308ab8d47 (patch)
treedc47b0a67a3254773509f2c40c611ea77ac4b40e /pyproject.toml
parentminor improvements to the home page. (diff)
downloadnewspipe-946b1aec53faf8761f44f59e99ce21d308ab8d47.tar.gz
newspipe-946b1aec53faf8761f44f59e99ce21d308ab8d47.tar.bz2
newspipe-946b1aec53faf8761f44f59e99ce21d308ab8d47.zip
Removed deprecated API.
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 29c7fc5c..3047e33f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,6 @@ Flask-Login = "^0.5.0"
Flask-Principal = "^0.4.0"
Flask-WTF = "^0.14.3"
Flask-RESTful = "^0.3.8"
-Flask-Restless = "^0.17.0"
Flask-paginate = "^0.5.5"
Flask-Babel = "^1.0.0"
Flask-Migrate = "^2.5.2"
bgstack15