[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", ]