14 lines
248 B
TOML
14 lines
248 B
TOML
|
[project]
|
||
|
name = "prometheus-jellyfin-exporter"
|
||
|
version = "1.0.0"
|
||
|
|
||
|
dependencies = [
|
||
|
"prometheus_client>=0.0.11",
|
||
|
"requests",
|
||
|
"gunicorn",
|
||
|
"Werkzeug",
|
||
|
"pyyaml",
|
||
|
]
|
||
|
|
||
|
[project.scripts]
|
||
|
jellyfin_exporter = "jellyfin_exporter.cli:main"
|