From bc549b0681db387715c26e89c4616884f3694d83 Mon Sep 17 00:00:00 2001 From: Shubham Rai Date: Wed, 18 Oct 2023 12:52:11 +0530 Subject: [PATCH] Added gunicorn as a requirement for deploy-ml-models --- deploy-ml-model/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy-ml-model/requirements.txt b/deploy-ml-model/requirements.txt index 6599866..aceb0c4 100644 --- a/deploy-ml-model/requirements.txt +++ b/deploy-ml-model/requirements.txt @@ -3,3 +3,4 @@ uvicorn==0.18.3 scikit-learn==1.0.2 joblib==1.3.2 pandas==2.1.0 +gunicorn==21.2.0