updated dependency because cloudflare changed their endpoint
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user