manabb commited on
Commit
4cd6a9f
·
verified ·
1 Parent(s): 2a75cf2

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn[standard]
3
+ openai
4
+ sqlalchemy
5
+ langchain
6
+ langchain-community
7
+ langchain-openai
8
+ pydantic
9
+ pymysql