ardgan commited on
Commit
952048f
·
verified ·
1 Parent(s): 74a2d79

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.115.0
2
+ uvicorn==0.30.6
3
+ gradio==4.44.1
4
+ openai==1.42.0
5
+ httpx==0.27.0
6
+ python-dotenv==1.0.1
7
+ pydocstyle==6.3.0
8
+ requests==2.32.3
9
+ beautifulsoup4==4.12.3
10
+ tenacity==8.5.0