Merge pull request #140633 from NixOS/backport-140592-to-release-21.05

[Backport release-21.05] mautrix-telegram: add `prometheus-client` for metrics
This commit is contained in:
Maximilian Bosch 2021-10-05 17:41:28 +02:00 committed by GitHub
commit 4f7121d8d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ in with python.pkgs; buildPythonPackage rec {
pillow
lxml
setuptools
prometheus-client
] ++ lib.optionals withE2BE [
asyncpg
python-olm