first version

This commit is contained in:
2026-07-14 20:10:17 +02:00
commit 4040b4fdd9
32 changed files with 2176 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[project]
name = "osiris"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"django>=5.2",
"django-ninja>=1.4",
]
[dependency-groups]
dev = [
"django-extensions>=4.1",
"ipython>=9.15.0",
"ruff>=0.15.21",
]