mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-16 03:47:05 +01:00
Alan Orth
5ed93e9f30
Bump to latest csv-metadata-quality version and other dev deps to keep them in line.
23 lines
596 B
TOML
23 lines
596 B
TOML
[tool.poetry]
|
|
name = "csv-metadata-quality-web"
|
|
version = "0.0.3"
|
|
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]
|
|
python = "^3.9"
|
|
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"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
black = "^23.1.0"
|
|
flake8 = "^6.0.0"
|
|
isort = "^5.12.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|