Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +15 -14
requirements.txt
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
-
fastapi
|
2 |
-
google_api_python_client
|
3 |
-
google_auth_oauthlib
|
4 |
-
langchain
|
5 |
-
langchain_openai
|
6 |
-
pandas
|
7 |
-
protobuf
|
8 |
-
psycopg2
|
9 |
-
psycopg2_binary
|
10 |
-
pydantic
|
11 |
-
python-dotenv
|
12 |
-
SQLAlchemy
|
13 |
-
streamlit
|
14 |
-
uvicorn
|
|
|
|
1 |
+
fastapi
|
2 |
+
google_api_python_client
|
3 |
+
google_auth_oauthlib
|
4 |
+
langchain
|
5 |
+
langchain_openai
|
6 |
+
pandas
|
7 |
+
protobuf
|
8 |
+
psycopg2
|
9 |
+
psycopg2_binary
|
10 |
+
pydantic
|
11 |
+
python-dotenv
|
12 |
+
SQLAlchemy
|
13 |
+
streamlit
|
14 |
+
uvicorn
|
15 |
+
pydantic[email]
|