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:
Alan Orth 2021-03-12 19:03:51 +02:00
parent 1a92b99c68
commit f1060e79b8
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -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]