Timothy Jaeryang Baek 9 месяцев назад
Родитель
Сommit
d5b8acfbe7
1 измененных файлов с 3 добавлено и 0 удалено
  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",