From 49b199c610bb32d0581d771d856b3e3332707f17 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 6 Apr 2020 23:05:31 +0200 Subject: Migrate form Flask-Script to the built-in integration of the click command line interface of Flask. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index f6af71a3..70fe0840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,6 @@ Flask-RESTful = "^0.3.8" Flask-paginate = "^0.5.5" Flask-Babel = "^1.0.0" Flask-Migrate = "^2.5.2" -Flask-Script = "^2.0.6" WTForms = "^2.2.1" python-dateutil = "^2.8.1" psycopg2-binary = "^2.8.4" -- cgit