feat: GZip, Brotli, ZStd compression middleware support

Co-Authored-By: Jason Baker <jason.th.baker@gmail.com>
This commit is contained in:
Timothy Jaeryang Baek
2025-05-26 14:18:29 +04:00
parent c157e74f0c
commit 4da75a9e78
3 changed files with 7 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ dependencies = [
"aiocache",
"aiofiles",
"starlette-compress==1.6.0",
"sqlalchemy==2.0.38",
"alembic==1.14.0",
"peewee==3.18.1",