mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-16 03:47:05 +01:00
pyproject.toml: update dependencies
Bump to latest csv-metadata-quality version and other dev deps to keep them in line.
This commit is contained in:
parent
7a183010f1
commit
5ed93e9f30
@ -7,15 +7,15 @@ 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.5.0"}
|
||||
Flask = "^2.0.2"
|
||||
ansi2html = "^1.6.0"
|
||||
gunicorn = "^20.0.4"
|
||||
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"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "^22.1.0"
|
||||
flake8 = "^4.0.1"
|
||||
isort = "^5.7.0"
|
||||
black = "^23.1.0"
|
||||
flake8 = "^6.0.0"
|
||||
isort = "^5.12.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
Loading…
Reference in New Issue
Block a user