From 3fe99aa315f06962c52fa9d94e70175bd4e964d2 Mon Sep 17 00:00:00 2001 From: Ciprian Jichici Date: Fri, 20 Dec 2024 22:06:46 +0200 Subject: [PATCH] Add optional sqlalchemy dependency --- src/python/LangChainAPI/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python/LangChainAPI/requirements.txt b/src/python/LangChainAPI/requirements.txt index c46b8b70e..7bcac3a61 100644 --- a/src/python/LangChainAPI/requirements.txt +++ b/src/python/LangChainAPI/requirements.txt @@ -20,6 +20,7 @@ pydantic==2.8.2 pylint==3.2.6 pyodbc==5.2.0 sqlalchemy==2.0.36 +tabulate==0.9.0 unidecode==1.3.8 wikipedia==1.4.0 uvicorn==0.30.5