gh: use poetry cache from setup-python and remove old deps (#281)

* gh: use poetry cache from setup-python and remove old deps

* gh: use pipx and not setup-poetry, as per setup-python example

* server: remove pyaudio unused in current reflector
This commit is contained in:
2023-10-13 15:29:54 +02:00
committed by GitHub
parent 4e40cc511a
commit c5297be924
3 changed files with 6 additions and 42 deletions

View File

@@ -40,10 +40,6 @@ black = "^23.7.0"
stamina = "^23.1.0"
[tool.poetry.group.client.dependencies]
pyaudio = "^0.2.13"
[tool.poetry.group.tests.dependencies]
pytest-cov = "^4.1.0"
pytest-aiohttp = "^1.0.4"