From 04dfdceac984385a7c92bcf38dfe5aa122f1e0e9 Mon Sep 17 00:00:00 2001 From: genekogan Date: Mon, 27 May 2024 16:36:49 -0700 Subject: [PATCH] websocket --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1757a03..0479b5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ dev-dependencies = [ "mypy>=1.7.0", "flake8>=6.1.0", "pytest>=7.4.3", + "websocket-client==1.8.0" ] [tool.hatch.metadata]