pyproject.toml: use Flask 2.0

This commit is contained in:
Alan Orth 2021-12-08 20:38:14 +02:00
parent b07cd71caf
commit 2c517717ed
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ license = "AGPL-3.0-only"
[tool.poetry.dependencies]
python = "^3.7.1"
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", tag = "v0.5.0"}
Flask = "^1.1.2"
Flask = "^2.0.2"
ansi2html = "^1.6.0"
gunicorn = "^20.0.4"