mirror of
https://github.com/MarkParker5/STARK.git
synced 2024-11-24 08:12:13 +02:00
30 lines
606 B
TOML
30 lines
606 B
TOML
[tool.poetry]
|
|
name = "majordom-va"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["MarkParker5 <markparker.it@gmail.com>"]
|
|
readme = "README.md"
|
|
packages = [{include = "majordom_va"}]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
aiohttp = "^3.8.3"
|
|
sounddevice = "^0.4.5"
|
|
soundfile = "^0.11.0"
|
|
numpy = "^1.24.1"
|
|
pydantic = "^1.10.4"
|
|
vosk = "^0.3.45"
|
|
google-cloud-texttospeech = "^2.14.1"
|
|
torch = "^1.13.1"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
pytest = "^7.2.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.pytest.ini_options]
|
|
pythonpath = [
|
|
"majordom_va",
|
|
] |