Fix uvicorn dependency for AUR

This commit is contained in:
2026-05-21 17:17:46 +05:30
parent e75f1892ea
commit 21a3fca265
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ license=('GPL-3.0-only')
depends=(
'python'
'python-fastapi'
'python-uvicorn'
'uvicorn'
'python-httpx'
'python-aiosqlite'
'python-pydantic'