22 lines
425 B
TOML
22 lines
425 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",
|
|
"django-vite>=3.1.0",
|
|
"gunicorn>=26.0.0",
|
|
"pywebpush>=2.3.0",
|
|
"whitenoise>=6.12.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"django-extensions>=4.1",
|
|
"ipython>=9.15.0",
|
|
"ruff>=0.15.21",
|
|
]
|