From e9a780496f7ce067e0d8d51ce1d62e48c9f2a8d9 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Thu, 19 Sep 2024 14:44:33 +0800 Subject: feat(core): Implement Service class and related functionalities Co-authored-by: yuzhe --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index bb5f601..b988f98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,8 @@ dependencies = [ "pdfquery>=0.4.3", "pydantic>=2.7.4", "loguru>=0.7.2", + "websockets>=12.0", + "aiohttp>=3.10.3", ] requires-python = ">=3.9" readme = "README.rst" -- cgit v1.2.3-70-g09d2