mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-29 18:08:23 +01:00
pyproject.toml: Use default csv-metadata-quality release
Now that we are just running the command line version via a Python subprocess we don't have to do anything special.
This commit is contained in:
parent
633fb8419a
commit
032fa5f2e7
@ -7,7 +7,7 @@ license = "AGPL-3.0-only"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7.1"
|
||||
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", rev = "web"}
|
||||
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", rev = "46098861ed71cf52cd3f32067ea427146dc1a2bf"}
|
||||
Flask = "^1.1.2"
|
||||
ansi2html = "^1.6.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user