diff --git a/pyproject.toml b/pyproject.toml index db74af5..4a740f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,11 +34,12 @@ classifiers = [ "Topic :: Communications :: Chat", ] dependencies = [ - "magic-filter>=1.0.12,<1.1", - "aiohttp~=3.9.0", - "pydantic>=2.4.1,<2.6", "aiofiles~=23.2.1", + "aiohttp~=3.9.0", "certifi>=2023.7.22", + "choicelib~=0.1.5", + "magic-filter>=1.0.12,<1.1", + "pydantic>=2.4.1,<2.6", "typing-extensions>=4.7.0,<=5.0", ] dynamic = ["version"] @@ -47,7 +48,6 @@ dynamic = ["version"] fast = [ "uvloop>=0.17.0; (sys_platform == 'darwin' or sys_platform == 'linux') and platform_python_implementation != 'PyPy'", "aiodns>=3.0.0", - "ujson~=5.9.0", ] redis = [ "redis[hiredis]~=5.0.1",