reverse geocode, icloud monitor

This commit is contained in:
2026-04-01 10:32:35 -04:00
parent 1eef99e3b4
commit a7af0faefc
10 changed files with 515 additions and 382 deletions

View File

@@ -1,5 +1,5 @@
[project]
name = "back-end"
name = "pymd3_vue_location_sim"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = [
@@ -7,6 +7,7 @@ dependencies = [
"daemonize>=2.5.0",
"fastapi==0.135.1",
"geopy==2.4.1",
"numpy==2.4.3",
"pydantic==2.12.5",
"pyicloud>=2.4.1",
"pymobiledevice3==9.0.0",
@@ -18,3 +19,8 @@ dependencies = [
"typing==3.10.0.0",
"uvicorn==0.41.0",
]
[build-system]
requires = ["uv_build>=0.11.2,<0.12"]
build-backend = "uv_build"