1
0
mirror of https://github.com/ilri/csv-metadata-quality-web.git synced 2025-05-09 06:36:03 +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:
2021-03-12 19:03:51 +02:00
parent 1a92b99c68
commit f1060e79b8

@ -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 = "fa84cfa440743ed40295f8c3cd98a27abe396ef2"}
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", rev = "web"}
Flask = "^1.1.2"
[tool.poetry.dev-dependencies]