fix: add uvicorn to requirements.txt

This commit is contained in:
Relakkes Yang 2024-04-21 21:41:27 +08:00
parent 59c683a057
commit 48943a25c5
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@ redis~=4.6.0
pydantic==2.5.2
aiofiles~=23.2.1
fastapi==0.110.2
uvicorn==0.29.0