g3eIL commited on
Commit
1f1df3f
·
verified ·
1 Parent(s): 1cc2db5

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -0
requirements.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit
2
+ pyyaml
3
+ pytest
4
+ openai==0.27.7
5
+ fastapi
6
+ uvicorn
7
+ uvloop
8
+ watchdog
9
+ chardet
10
+ werkzeug
11
+ python-dotenv
12
+ motor
13
+ aiofiles
14
+ sse_starlette
15
+ loguru
16
+ jupyter_client
17
+ pandas
18
+ scikit-learn
19
+ scipy
20
+ ipykernel