diff --git a/backend/requirements-min.txt b/backend/requirements-min.txt index b5cf822c5d..532a6cd714 100644 --- a/backend/requirements-min.txt +++ b/backend/requirements-min.txt @@ -21,6 +21,7 @@ async-timeout aiocache aiofiles starlette-compress==1.7.0 +Brotli==1.1.0 httpx[socks,http2,zstd,cli,brotli]==0.28.1 starsessions[redis]==2.2.1 diff --git a/backend/requirements.txt b/backend/requirements.txt index 957fb6ae27..5c1f044d1d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -18,6 +18,7 @@ async-timeout aiocache aiofiles starlette-compress==1.7.0 +Brotli==1.1.0 httpx[socks,http2,zstd,cli,brotli]==0.28.1 starsessions[redis]==2.2.1 python-mimeparse==2.0.0 diff --git a/pyproject.toml b/pyproject.toml index eeda46681f..d240449dff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ dependencies = [ "aiocache", "aiofiles", "starlette-compress==1.7.0", + "Brotli==1.1.0", "httpx[socks,http2,zstd,cli,brotli]==0.28.1", "starsessions[redis]==2.2.1", "python-mimeparse==2.0.0",