fix: requirements

This commit is contained in:
xtaodada 2023-08-09 14:48:19 +08:00
parent 3bf71f6df5
commit 01c42a2f68
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -1,5 +1,6 @@
httpx==0.23.3
fastapi~=0.85.2
starlette~=0.20.4
uvicorn~=0.18.3
httpx==0.24.1
fastapi==0.101.0
starlette==0.31.0
uvicorn==0.23.2
pillow
jinja2