mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-29 01:48:20 +01:00
pyproject.toml: update csv-metadata-quality
Use the recently release v0.5.0. See: https://github.com/ilri/csv-metadata-quality/releases/tag/v0.5.0
This commit is contained in:
parent
2235191c7b
commit
883ac1166a
@ -7,7 +7,7 @@ license = "AGPL-3.0-only"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7.1"
|
python = "^3.7.1"
|
||||||
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", rev = "96ce1daa90844156997c88a59c2664193975566f"}
|
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", tag = "v0.5.0"}
|
||||||
Flask = "^1.1.2"
|
Flask = "^1.1.2"
|
||||||
ansi2html = "^1.6.0"
|
ansi2html = "^1.6.0"
|
||||||
gunicorn = "^20.0.4"
|
gunicorn = "^20.0.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user