This commit is contained in:
shobu
2026-03-05 07:55:29 +01:00
commit 9c3577737f
27 changed files with 808 additions and 0 deletions

21
pyproject.toml Normal file
View File

@@ -0,0 +1,21 @@
[project]
name = "healthai"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"django>=6.0.2",
"django-cors-headers>=4.9.0",
"djangorestframework>=3.16.1",
"drf-spectacular>=0.29.0",
"psycopg2-binary>=2.9.11",
"redis>=7.2.1",
]
# [project.scripts]
# hello = "hello_world:hello"
[build-system]
requires = ["uv_build>=0.10.0,<0.11.0"]
build-backend = "uv_build"