mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-10-31 20:33:01 +01:00
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:
parent
7e83c3b0a2
commit
070d19af82
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user