28 lines
586 B
TOML
28 lines
586 B
TOML
[project]
|
|
name = "pymd3_vue_location_sim"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"click>=8.3.1",
|
|
"daemonize>=2.5.0",
|
|
"fastapi==0.135.1",
|
|
"geopy[aiohttp]==2.4.1",
|
|
"httpx>=0.28.1",
|
|
"numpy==2.4.3",
|
|
"pydantic==2.12.5",
|
|
"pyicloud>=2.4.1",
|
|
"pymobiledevice3==9.8.1",
|
|
"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",
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["uv_build>=0.11.2,<0.12"]
|
|
build-backend = "uv_build"
|