2021-03-11 12:47:06 +01:00
|
|
|
[tool.poetry]
|
|
|
|
name = "csv-metadata-quality-web"
|
2021-12-08 19:23:10 +01:00
|
|
|
version = "0.0.3"
|
2021-03-11 12:47:06 +01: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]
|
2023-02-23 09:42:41 +01:00
|
|
|
python = "^3.9"
|
2023-02-23 12:40:09 +01:00
|
|
|
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", tag = "v0.6.1"}
|
|
|
|
Flask = "^2.2.3"
|
|
|
|
ansi2html = "^1.8.0"
|
|
|
|
gunicorn = "^20.1.0"
|
2021-03-11 12:47:06 +01:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2023-02-23 12:40:09 +01:00
|
|
|
black = "^23.1.0"
|
|
|
|
flake8 = "^6.0.0"
|
|
|
|
isort = "^5.12.0"
|
2021-03-11 12:47:06 +01:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|