Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -8,4 +8,7 @@ python-multipart
|
|
8 |
langchain
|
9 |
langchain-openai
|
10 |
openai
|
11 |
-
|
|
|
|
|
|
|
|
8 |
langchain
|
9 |
langchain-openai
|
10 |
openai
|
11 |
+
psycopg2-binary
|
12 |
+
sqlalchemy
|
13 |
+
python-dotenv
|
14 |
+
pandas
|