2021-11-01 07:19:39 +01:00
|
|
|
[tool.poetry]
|
|
|
|
name = "iseal-schema"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Workflow to process ISEAL schema Excel into RDF and user-facing specification."
|
|
|
|
authors = ["Alan Orth <aorth@mjanja.ch>", "Marie-Angelique Laporte <m.a.laporte@cgiar.org>"]
|
|
|
|
license = "GPL-3.0-only"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.9"
|
|
|
|
pandas = "^1.3.4"
|
|
|
|
ipykernel = "^6.4.2"
|
2021-12-02 11:53:25 +01:00
|
|
|
rdflib = "^6.0.2"
|
2021-11-01 07:19:39 +01:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2021-12-02 11:53:25 +01:00
|
|
|
isort = "^5.9.3"
|
|
|
|
black = "^21.9b0"
|
2021-12-16 20:23:48 +01:00
|
|
|
csvkit = "^1.0.6"
|
2021-11-01 07:19:39 +01:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|