bahi-bh commited on
Commit
abb0b40
·
verified ·
1 Parent(s): a866d69

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,11 +1,10 @@
1
- fastapi
2
- flask>=2.3.0
3
- flask-cors>=4.0.0
4
- gunicorn>=21.2.0
5
  g4f
 
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
11
- httpx
 
1
+ fastapi==0.115.0
2
+ uvicorn==0.30.6
3
+ httpx==0.27.2
4
+ pydantic==2.9.2
5
  g4f
6
+ gunicorn>=21.2.0
7
  curl_cffi>=0.5.10
8
  python-dotenv>=1.0.0
9
  aiohttp>=3.9.0
10
+ requests