Add initial backend implementation and project configuration files
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[project]
|
||||
name = "back-end"
|
||||
version = "0.1.0"
|
||||
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",
|
||||
"typing==3.10.0.0",
|
||||
"uvicorn==0.41.0",
|
||||
]
|
||||
Reference in New Issue
Block a user