diff --git a/pyproject.toml b/pyproject.toml index ad08c334e4..3d0a9fa86c 100644 --- a/pyproject.toml +++ b/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",