fix: add uvicorn to requirements.txt
This commit is contained in:
parent
59c683a057
commit
48943a25c5
|
@ -9,3 +9,4 @@ redis~=4.6.0
|
||||||
pydantic==2.5.2
|
pydantic==2.5.2
|
||||||
aiofiles~=23.2.1
|
aiofiles~=23.2.1
|
||||||
fastapi==0.110.2
|
fastapi==0.110.2
|
||||||
|
uvicorn==0.29.0
|
||||||
|
|
Loading…
Reference in New Issue