Hansimov commited on
Commit
427e0ab
1 Parent(s): 82b42e7

:gem: [Feature] Add Python requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp
2
+ fastapi
3
+ httpx
4
+ openai
5
+ pydantic
6
+ sse_starlette
7
+ termcolor
8
+ uvicorn
9
+ websockets