diff --git a/pyproject.toml b/pyproject.toml index bde3786..8b72954 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,8 @@ authors = [ ] requires-python = ">=3.8" dependencies = [ - # Add your own dependencies here + "dataclasses-json>=0.6.4", + "websocket-client>=1.2.1", ] license = {file = "LICENSE"}