Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- 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
|