vocode-python/pyproject.toml
2023-02-27 21:52:41 -08:00

19 lines
416 B
TOML

[tool.poetry]
name = "vocode"
version = "0.1.8"
description = "The all-in-one voice SDK"
authors = ["Ajay Raj <ajay@vocode.dev>"]
license = "MIT License"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
pyaudio = "0.2.13"
pydantic = "1.10.5"
python-dotenv = "0.21.1"
typing-extensions = "4.5.0"
websockets = "10.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"