mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-22 22:46:36 +00:00
feat: stage3 — REST API endpoints and dummy FlightProcessor
This commit is contained in:
+6
-5
@@ -4,14 +4,15 @@ version = "0.1.0"
|
||||
description = "GPS-denied UAV geolocalization service"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"fastapi>=0.115",
|
||||
"uvicorn[standard]>=0.34",
|
||||
"pydantic>=2.0",
|
||||
"pydantic-settings>=2.0",
|
||||
"sqlalchemy>=2.0",
|
||||
"fastapi",
|
||||
"uvicorn[standard]",
|
||||
"pydantic>=2",
|
||||
"pydantic-settings>=2",
|
||||
"sqlalchemy>=2",
|
||||
"alembic>=1.14",
|
||||
"sse-starlette>=2.0",
|
||||
"aiosqlite>=0.20",
|
||||
"python-multipart>=0.0.9",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user