dns-probe/setup.cfg
2025-12-14 15:15:54 +01:00

20 lines
432 B
INI

[metadata]
name = dns_probe
version = attr: dns_probe.__version__
description = Prometheus exporter that exposes metrics from DNS zone
license = AGPL-3.0-or-later
[options]
packages = find:
install_requires =
dnspython==2.8.0
prometheus_client==0.23.1
pyramid==2.0.2
cryptography==46.0.3
[options.entry_points]
console_scripts =
dns-probe = dns_probe:main
[options.extras_require]
gunicorn = gunicorn==23.0.0