vault backup: 2025-12-26 02:09:22
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m29s
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m29s
This commit is contained in:
25
stroma/pyproject.toml
Normal file
25
stroma/pyproject.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[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",
|
||||
"mistune>=3.1.4",
|
||||
"python-frontmatter>=1.1.0",
|
||||
"watchdog>=6.0.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.uv]
|
||||
dev-dependencies = [
|
||||
"pytest>=9.0.0",
|
||||
"pytest-cov>=7.0.0",
|
||||
"pytest-django>=4.11.1",
|
||||
"pytest-mock>=3.15.1",
|
||||
"pytest-subtests>=0.15.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user