diff pyproject.toml @ 90:f9282b33b8d0

add first prom metrics stat
author drewp@bigasterisk.com
date Tue, 05 Apr 2022 09:20:20 -0700
parents 36f4318442f2
children 12bffd51450f
line wrap: on
line diff
--- a/pyproject.toml	Tue Apr 05 00:54:53 2022 -0700
+++ b/pyproject.toml	Tue Apr 05 09:20:20 2022 -0700
@@ -13,6 +13,7 @@
     'treq',
     'service_identity',
     'autobahn',
+    "prometheus-client>=0.13.1",
 ]
 requires-python = ">=3.9"