leaving/pyproject.toml

17 lines
324 B
TOML

[tool.poetry]
name = "bij1-leave"
version = "0.0.1"
description = ""
authors = ["Kiara Grouwstra <kiara@bij1.org>"]
[tool.poetry.dependencies]
python = "^3.9"
py-trello = "^0.19.0"
[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"