19 lines
413 B
TOML
19 lines
413 B
TOML
[project]
|
|
name = "speed-logger"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"cloudflarepycli",
|
|
"flask>=3.1.0",
|
|
"getmac>=0.9.5",
|
|
"gunicorn>=23.0.0",
|
|
"pandas>=2.2.3",
|
|
"prometheus-client>=0.21.1",
|
|
"pytz>=2025.2",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
cloudflarepycli = { git = "https://github.com/cato447/cloudflarepycli" }
|