ak0601 commited on
Commit
d31a44a
·
verified ·
1 Parent(s): fcbc08d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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]