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:
Alan Orth 2021-03-12 21:18:50 +02:00
parent 633fb8419a
commit 032fa5f2e7
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 = "web"}
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", rev = "46098861ed71cf52cd3f32067ea427146dc1a2bf"}
Flask = "^1.1.2"
ansi2html = "^1.6.0"