add common models definations

This commit is contained in:
ars
2026-05-24 17:18:44 +03:00
parent f864653356
commit a1b2e522ab
4 changed files with 254 additions and 1 deletions
+6 -1
View File
@@ -9,7 +9,12 @@ description = "A utility that allows you to manage your computers from a central
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.11"
dependencies = []
dependencies = [
"fastapi>=0.115.0",
"pydantic>=2.10.0",
"sqlalchemy>=2.0.0",
"uvicorn[standard]>=0.34.0",
]
[project.optional-dependencies]
dev = [