From 7ae80e662936bd946a231d1327bde476556c5d61 Mon Sep 17 00:00:00 2001 From: Andrea Pinto Date: Mon, 15 May 2023 19:19:10 +0200 Subject: [PATCH] add python-dotenv to requirements --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 88a7510..2a48ad4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ chromadb==0.3.22 llama-cpp-python==0.1.48 urllib3==1.26.6 pdfminer.six==20221105 +python-dotenv==1.0.0