obsidian-tasks/pyproject.toml
Nicole Dresselhaus 0424408ba5 initial
2025-05-04 16:19:19 +02:00

17 lines
335 B
TOML

[tool.poetry]
name = "obsidian-tasks"
version = "0.1.0"
description = ""
authors = ["Nicole Dresselhaus <nicole.dresselhaus@hu-berlin.de>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
caldav = "^1.4.0"
python-dotenv = "^1.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"