Add gunicorn_pushgateway_workers

This commit is contained in:
2023-04-03 10:45:39 +02:00
parent add1897813
commit 3639cf49e9
4 changed files with 31 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ uvloop = "^0.17.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.17.0"
redis = {extras = ["hiredis"], version = "^4.5.3"}
gunicorn-pushgateway-workers = {git = "https://github.com/speechki-book/gunicorn-pushgateway-workers.git", rev = "v0.1.3"}
[tool.poetry.group.dev.dependencies]
pre-commit = "^2.21.0"