Browse Source

chore: dep bump pyproject

Timothy Jaeryang Baek 3 months ago
parent
commit
d5b8acfbe7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pyproject.toml

+ 3 - 0
pyproject.toml

@@ -22,6 +22,7 @@ dependencies = [
     "aiocache",
     "aiofiles",
     "starlette-compress==1.6.0",
+    "httpx[socks,http2,zstd,cli,brotli]==0.28.1",
 
     "sqlalchemy==2.0.38",
     "alembic==1.14.0",
@@ -39,6 +40,8 @@ dependencies = [
     "argon2-cffi==23.1.0",
     "APScheduler==3.10.4",
 
+    "pycrdt==0.12.26",
+
 
     "RestrictedPython==8.0",