extensive changes

This commit is contained in:
2026-03-27 17:12:20 -04:00
parent c5a563f047
commit 1eef99e3b4
29 changed files with 3535 additions and 2499 deletions

View File

@@ -3,12 +3,18 @@ name = "back-end"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = [
"click>=8.3.1",
"daemonize>=2.5.0",
"fastapi==0.135.1",
"geopy==2.4.1",
"pydantic==2.12.5",
"pyicloud>=2.4.1",
"pymobiledevice3==9.0.0",
"python-dotenv>=1.2.2",
"python-socketio==5.16.1",
"sqlalchemy>=2.0.48",
"sqlalchemy-orm>=1.2.10",
"typer>=0.24.1",
"typing==3.10.0.0",
"uvicorn==0.41.0",
]