initial version 0.0.1

This commit is contained in:
LunaChocken
2026-03-16 20:01:48 +00:00
commit a954ac2cda
8 changed files with 231 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "authelia-metrics"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"prometheus-client>=0.24.1",
"python-dotenv>=1.2.2",
]