From 850a864b029ed453ce11d78bab69e089706b2de2 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 12 Feb 2026 16:54:32 -0600 Subject: [PATCH] refac --- backend/requirements-min.txt | 1 + backend/requirements.txt | 1 + pyproject.toml | 1 + 3 files changed, 3 insertions(+) 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",