mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2025-05-17 02:03:55 +02:00
pyproject.toml: Use the web branch of csv-metadata-quality
I'm still trying to figure out what modifications we need to make to the standalone command line tool to use it here from Flask.
This commit is contained in:
@ -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 = "fa84cfa440743ed40295f8c3cd98a27abe396ef2"}
|
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", rev = "web"}
|
||||||
Flask = "^1.1.2"
|
Flask = "^1.1.2"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
Reference in New Issue
Block a user