jellyseer-exporter/pyproject.toml
Hipstercat a3805108e5
All checks were successful
continuous-integration/drone Build is passing
init
2023-10-22 16:59:09 +02:00

14 lines
251 B
TOML

[project]
name = "prometheus-jellyseer-exporter"
version = "1.0.0"
dependencies = [
"prometheus_client>=0.0.11",
"requests",
"gunicorn",
"Werkzeug",
"pyyaml",
]
[project.scripts]
jellyseer_exporter = "jellyseer_exporter.cli:main"