16 lines
328 B
TOML
16 lines
328 B
TOML
[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",
|
|
"gunicorn>=23.0.0",
|
|
"pandas>=2.2.3",
|
|
"prometheus-client>=0.21.1",
|
|
"pytz>=2025.2",
|
|
]
|