QUIKPy звуковое оповещение при поступлении новых данных

This commit is contained in:
denis
2023-02-09 20:45:51 +03:00
parent 2c89978441
commit c38ea0e153
7 changed files with 96 additions and 24 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "quikpy"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
pydub = "^0.25.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"