From ce4607cdf617716cb5891b5c2d067b6bb4270410 Mon Sep 17 00:00:00 2001 From: Puneet Saraswat <61435908+saraswatpuneet@users.noreply.github.com> Date: Wed, 24 Apr 2024 23:14:04 -0500 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c00478f..567ec2d0 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,8 @@ "lxml==4.9.2", "moviepy==1.0.3", "newspaper3k==0.2.8", - "newsapi-python==0.2.7" "nltk==3.8.1", + "newsapi-python==0.2.7", + "nltk==3.8.1", "numpy==1.24.3", "openai==1.13.3", "openpyxl==3.1.2",