mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-26 16:38:21 +01: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:
parent
1a92b99c68
commit
f1060e79b8
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user