2021-03-11 13:47:06 +02:00
|
|
|
[tool.poetry]
|
|
|
|
name = "csv-metadata-quality-web"
|
2023-02-23 14:48:54 +03:00
|
|
|
version = "0.0.4"
|
2021-03-11 13:47:06 +02:00
|
|
|
description = "Simple web interface for the DSpace CSV Metadata Quality tool."
|
|
|
|
authors = ["Alan Orth <alan.orth@gmail.com>"]
|
|
|
|
license = "AGPL-3.0-only"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2025-01-31 11:26:22 +03:00
|
|
|
python = "^3.10"
|
|
|
|
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", tag = "v0.7.0"}
|
|
|
|
Flask = "^2.3.3"
|
|
|
|
ansi2html = "^1.9.2"
|
|
|
|
gunicorn = "^23.0.0"
|
2021-03-11 13:47:06 +02:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2025-01-31 11:26:22 +03:00
|
|
|
black = "^25.1.0"
|
|
|
|
flake8 = "^7.1.1"
|
|
|
|
isort = "^6.0.0"
|
2021-03-11 13:47:06 +02:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|