From eecb682355ef2b0b2c7d4b06347cc9d54166575c Mon Sep 17 00:00:00 2001 From: Om Bhojane <82753658+ombhojane@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:33:46 +0530 Subject: [PATCH] colorama dependecy added --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3bea3a..bb24654 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,5 @@ google-generativeai python-dotenv scipy pillow -xgboost \ No newline at end of file +xgboost +colorama