mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2025-03-06 23:37:24 +01:00
pyproject.toml: bump dependencies
This commit is contained in:
parent
8da8f5f97b
commit
e19a0d1bf7
@ -6,16 +6,16 @@ authors = ["Alan Orth <alan.orth@gmail.com>"]
|
|||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.10"
|
||||||
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", tag = "v0.6.1"}
|
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", tag = "v0.7.0"}
|
||||||
Flask = "^2.2.3"
|
Flask = "^2.3.3"
|
||||||
ansi2html = "^1.8.0"
|
ansi2html = "^1.9.2"
|
||||||
gunicorn = "^20.1.0"
|
gunicorn = "^23.0.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
black = "^23.1.0"
|
black = "^25.1.0"
|
||||||
flake8 = "^6.0.0"
|
flake8 = "^7.1.1"
|
||||||
isort = "^5.12.0"
|
isort = "^6.0.0"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user