1
0
Files
medical-notes/quiz/pyproject.toml
Johan Dahlin 2ec904d899
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m30s
vault backup: 2025-12-21 20:21:58
2025-12-21 20:21:58 +01:00

18 lines
313 B
TOML

[project]
name = "quiz"
version = "0.1.0"
description = "Medical quiz application with auto-import from Obsidian"
requires-python = ">=3.13"
dependencies = [
"django>=6.0.0",
"watchdog>=6.0.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = []