From a749f3a6e7a930b9b6a2a741f9c2e2c571e377f0 Mon Sep 17 00:00:00 2001 From: hinashi Date: Thu, 30 Mar 2023 10:26:51 +0900 Subject: [PATCH] Added library for monitoring gunicorn process --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ec479a8d3..3a81a6d7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,6 +22,7 @@ python3-SAML==1.12.0 pyyaml==5.4 requests==2.20.0 six==1.15.0 +setproctitle==1.3.2 social-auth-app-django==4.0.0 social-auth-core==3.3.0 uritemplate==3.0.1