osiris/pyproject.toml
2026-07-14 20:31:31 +02:00

19 lines
351 B
TOML

[project]
name = "osiris"
version = "0.1.0"
description = "Medication and pulse tracking for Osiris the cat"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"django>=5.2",
"django-ninja>=1.4",
"whitenoise>=6.12.0",
]
[dependency-groups]
dev = [
"django-extensions>=4.1",
"ipython>=9.15.0",
"ruff>=0.15.21",
]