This commit is contained in:
2026-03-12 11:46:19 -04:00
parent df045f338e
commit 7dd45fff2c
10 changed files with 794 additions and 1044 deletions

View File

@@ -5,9 +5,8 @@ requires-python = ">=3.14"
dependencies = [
"fastapi==0.135.1",
"pydantic==2.12.5",
"flask==3.1.3",
"flask-cors==6.0.2",
"pymobiledevice3==7.8.3",
"pymobiledevice3==9.0.0",
"python-socketio==5.16.1",
"typing==3.10.0.0",
"uvicorn==0.41.0",
]