Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
getpass
|
2 |
+
os
|
3 |
+
pandas
|
4 |
+
tabulate
|
5 |
+
sqlalchemy
|
6 |
+
langchain_community
|
7 |
+
langchain_openai
|
8 |
+
langchain_experimental
|
9 |
+
langchain_core
|