added uv project

This commit is contained in:
2025-05-04 22:59:48 +02:00
parent 25f016595f
commit 677aba38af
6 changed files with 328 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "speed-logger"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"cloudflarepycli>=2.0.2",
"flask>=3.1.0",
"getmac>=0.9.5",
"pandas>=2.2.3",
]