diff --git a/makefile b/makefile --- a/makefile +++ b/makefile @@ -104,7 +104,7 @@ pytest: pdm run pytest pytest_watch: - pdm run ptw + pdm run pytest-watch test_js: pnpm exec vitest diff --git a/pdm.lock b/pdm.lock --- a/pdm.lock +++ b/pdm.lock @@ -180,11 +180,6 @@ dependencies = [ ] [[package]] -name = "cyclone" -version = "1.1" -summary = "" - -[[package]] name = "decorator" version = "4.4.2" requires_python = ">=2.6, !=3.0.*, !=3.1.*" @@ -1072,7 +1067,7 @@ dependencies = [ [metadata] lock_version = "4.1" -content_hash = "sha256:754f1b8f18dee481eb172eabe9d9dd6e9b895beef5d62cc22538e45c3c6a88b4" +content_hash = "sha256:82c0ab3dbdf9f4aa2097dde542e348acde8077cfbd55b2bddf7aed72d978982c" [metadata.files] "aiohttp 3.8.4" = [ @@ -1483,9 +1478,6 @@ content_hash = "sha256:754f1b8f18dee481e {url = "https://files.pythonhosted.org/packages/f7/a3/83dc953152063db9d7a2d3349d913576fc672b71523581ddb0faa6af22bc/cryptography-41.0.0-cp37-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:b7f2f5c525a642cecad24ee8670443ba27ac1fab81bba4cc24c7b6b41f2d0c75"}, {url = "https://files.pythonhosted.org/packages/fe/b8/d0c220de2854ff65071da904ae5338bbbfa04c23a0f8365dd5641f349480/cryptography-41.0.0-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:b846d59a8d5a9ba87e2c3d757ca019fa576793e8758174d3868aecb88d6fc8eb"}, ] -"cyclone 1.1" = [ - {url = "https://files.pythonhosted.org/packages/4c/dd/4ffe2be7df5aceb7e5ce1f1e6b2cd04d294eb30c323f35a06f199072a259/cyclone-1.1.tar.gz", hash = "sha256:9b8af0c2a5d68b2b89087c2024cbf0e26b09265de3cb959afd3da04ab53b50d5"}, -] "decorator 4.4.2" = [ {url = "https://files.pythonhosted.org/packages/da/93/84fa12f2dc341f8cf5f022ee09e109961055749df2d0c75c5f98746cfe6c/decorator-4.4.2.tar.gz", hash = "sha256:e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7"}, {url = "https://files.pythonhosted.org/packages/ed/1b/72a1821152d07cf1d8b6fce298aeb06a7eb90f4d6d41acec9861e7cc6df0/decorator-4.4.2-py2.py3-none-any.whl", hash = "sha256:41fa54c2a0cc4ba648be4fd43cff00aedf5b9465c9bf18d64325bc225f08f760"}, diff --git a/pyproject.toml b/pyproject.toml --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,7 @@ dependencies = [ "zmq>=0.0.0", "mido>=1.2.10", "alsa-midi>=1.0.1", + "treq>=22.2.0", ] requires-python = ">=3.10"