Declare httpx[http2] dependency in requirements

This commit is contained in:
Martin Weinelt 2026-07-27 19:09:55 +02:00
parent 66f5511a51
commit 77613840ce
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,6 @@ apt-get -qq install --no-install-recommends -y \
libgl1 \
libglib2.0-0 \
libusb-1.0.0 \
python3-h2 \
libgomp1 # memryx detector
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1

View File

@ -2,6 +2,7 @@ aiofiles == 24.1.*
click == 8.1.*
# FastAPI
aiohttp == 3.12.*
httpx[http2] == 0.28.*
starlette == 0.47.*
starlette-context == 0.4.*
fastapi[standard-no-fastapi-cloud-cli] == 0.116.*