pyproject.toml: update minimum Python version

The csv-metadata-quality project will currently pull in Pandas 1.4.0,
which has a minimum Python requirement of 3.8.
This commit is contained in:
Alan Orth 2022-01-30 13:36:55 +03:00
parent 7e83c3b0a2
commit 070d19af82
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
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.7.1"
python = "^3.8"
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", tag = "v0.5.0"}
Flask = "^2.0.2"
ansi2html = "^1.6.0"