fiewolf1000 commited on
Commit
26b4253
·
verified ·
1 Parent(s): 53a46d3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -3,4 +3,6 @@ uvicorn>=0.29.0
3
  pydantic>=2.0.0
4
  redis>=5.0.0
5
  aiohttp>=3.9.0 # 异步HTTP客户端(转发请求)
6
- asyncio>=3.4.3
 
 
 
3
  pydantic>=2.0.0
4
  redis>=5.0.0
5
  aiohttp>=3.9.0 # 异步HTTP客户端(转发请求)
6
+ asyncio>=3.4.3
7
+ requests>=2.28.2
8
+ python-multipart>=0.0.6