bahi-bh commited on
Commit
8530fef
·
verified ·
1 Parent(s): 46ac504

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -4
requirements.txt CHANGED
@@ -1,5 +1,10 @@
1
  fastapi
2
- uvicorn
3
- g4f
4
- python-multipart
5
- aiohttp
 
 
 
 
 
 
1
  fastapi
2
+ flask>=2.3.0
3
+ flask-cors>=4.0.0
4
+ gunicorn>=21.2.0
5
+ g4f[all]
6
+ curl_cffi>=0.5.10
7
+ python-dotenv>=1.0.0
8
+ aiohttp>=3.9.0
9
+ requests>=2.31.0
10
+ colorlog>=6.7.0