mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2025-03-06 15:36:56 +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"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", tag = "v0.6.1"}
|
||||
Flask = "^2.2.3"
|
||||
ansi2html = "^1.8.0"
|
||||
gunicorn = "^20.1.0"
|
||||
python = "^3.10"
|
||||
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", tag = "v0.7.0"}
|
||||
Flask = "^2.3.3"
|
||||
ansi2html = "^1.9.2"
|
||||
gunicorn = "^23.0.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "^23.1.0"
|
||||
flake8 = "^6.0.0"
|
||||
isort = "^5.12.0"
|
||||
black = "^25.1.0"
|
||||
flake8 = "^7.1.1"
|
||||
isort = "^6.0.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user