pyproject.toml: bump python to 3.9

Same as the main project csv-metadata-quality.
This commit is contained in:
Alan Orth 2023-02-23 11:42:41 +03:00
parent 1dbc58eaa6
commit 7a183010f1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ authors = ["Alan Orth <alan.orth@gmail.com>"]
license = "AGPL-3.0-only"
[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", tag = "v0.5.0"}
Flask = "^2.0.2"
ansi2html = "^1.6.0"