add common models definations
This commit is contained in:
+6
-1
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user