diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
