mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2025-05-13 00:17:48 +02:00
Initial project creation with poetry init
This commit is contained in:
20
pyproject.toml
Normal file
20
pyproject.toml
Normal file
@ -0,0 +1,20 @@
|
||||
[tool.poetry]
|
||||
name = "csv-metadata-quality-web"
|
||||
version = "0.0.1"
|
||||
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.7.1"
|
||||
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", rev = "6cc1401f88dc002f5a23aae064d5121fccb7d556"}
|
||||
Flask = "^1.1.2"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "^20.8b1"
|
||||
flake8 = "^3.8.4"
|
||||
isort = "^5.7.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Reference in New Issue
Block a user