updated dependency because cloudflare changed their endpoint

This commit is contained in:
2026-01-02 17:10:49 +01:00
parent 4f692eb47d
commit 9efdef77ac
3 changed files with 255 additions and 110 deletions

View File

@@ -5,7 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"cloudflarepycli>=2.0.2",
"cloudflarepycli",
"flask>=3.1.0",
"getmac>=0.9.5",
"gunicorn>=23.0.0",
@@ -13,3 +13,6 @@ dependencies = [
"prometheus-client>=0.21.1",
"pytz>=2025.2",
]
[tool.uv.sources]
cloudflarepycli = { git = "https://github.com/cato447/cloudflarepycli" }