diff options
| author | 2025-11-08 18:41:36 +0800 | |
|---|---|---|
| committer | 2025-11-08 18:41:36 +0800 | |
| commit | 73efdc854943e3738d36ca373571fc2ca4695bac (patch) | |
| tree | b9df9363c4fee55b6a744b3743ec266f72899ebe /pyproject.toml | |
| parent | 0168370e0ff540e296946a7d92b2d7a6915902a0 (diff) | |
| download | mvp-73efdc854943e3738d36ca373571fc2ca4695bac.tar.gz mvp-73efdc854943e3738d36ca373571fc2ca4695bac.zip | |
chore(deps): add websockets dependence
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5900176..30fe29d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ dependencies = [ "infini>=2.1.15", "ipdm>=0.1.4", "oneroll>=1.3.4", + "websockets>=15.0.1", ] # [project.scripts] |
