13 lines
248 B
TOML
13 lines
248 B
TOML
[project]
|
|
name = "back-end"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"fastapi==0.135.1",
|
|
"pydantic==2.12.5",
|
|
"pymobiledevice3==9.0.0",
|
|
"python-socketio==5.16.1",
|
|
"typing==3.10.0.0",
|
|
"uvicorn==0.41.0",
|
|
]
|