devlog/pyproject.toml
2024-10-11 12:23:14 +02:00

18 lines
362 B
TOML

[project]
name = "devlog"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gitpython>=3.1.43",
"python-dotenv>=1.0.1",
"requests>=2.32.3",
"markdown>=3.7",
"python-dateutil>=2.9.0.post0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"