Progress towards armv7 Docker build

This commit is contained in:
Donkie
2023-05-18 13:18:29 +02:00
parent 524a8ffc42
commit e4806591cc
2 changed files with 31 additions and 5 deletions

View File

@@ -1,4 +1,8 @@
uvicorn[standard]==0.21.1
# Uvicorn and some of its optional dependencies
uvicorn==0.22.0
httptools>=0.5.0; platform_machine != 'armv7l'
uvloop>=0.14.0,!=0.15.0,!=0.15.1; platform_machine != 'armv7l' and sys_platform != 'win32' and (sys_platform != 'cygwin' and platform_python_implementation != 'PyPy')
fastapi==0.95.0
SQLAlchemy[asyncio,aiomysql,postgresql_asyncpg,aiosqlite]==2.0.15
pydantic==1.10.7