python backend arduino service

This commit is contained in:
Mikkeli Matlock
2026-01-26 11:52:29 +09:00
parent 2a379ede20
commit 8f22966eb0
5 changed files with 252 additions and 7 deletions

View File

@@ -1,11 +1,12 @@
[project]
name = "smartserow-backend"
version = "0.1.0"
description = "GPS service for Smart Serow"
description = "GPS and Arduino telemetry service for Smart Serow"
requires-python = ">=3.11"
dependencies = [
"flask>=3.0",
"gpsdclient>=1.3",
"pyserial>=3.5",
]
[project.optional-dependencies]