add models and temps UML
- add new models - temp change to UML diagrams
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
name = "healthai"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
requires-python = ">=3.12"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"django>=6.0.2",
|
||||
"django-cors-headers>=4.9.0",
|
||||
"djangorestframework>=3.16.1",
|
||||
"drf-spectacular>=0.29.0",
|
||||
"pillow>=12.1.1",
|
||||
"psycopg2-binary>=2.9.11",
|
||||
"redis>=7.2.1",
|
||||
]
|
||||
@@ -19,3 +20,10 @@ dependencies = [
|
||||
requires = ["uv_build>=0.10.0,<0.11.0"]
|
||||
build-backend = "uv_build"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"black>=26.3.0",
|
||||
"python-lsp-server>=1.14.0",
|
||||
"jedi-language-server>=0.46.0",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user