Files
pipecat/pyproject.toml
Moishe Lettvin ad993056d8 rename to dailyai
2024-03-11 07:16:20 -04:00

30 lines
573 B
TOML

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "dailyai"
version = "0.0.1"
description = "Orchestrator for AI bots with Daily"
dependencies = [
"aiohttp",
"azure-cognitiveservices-speech",
"daily-python",
"fal",
"faster_whisper",
"google-cloud-texttospeech",
"numpy",
"openai",
"Pillow",
"pyht",
"python-dotenv",
"torch",
"torchaudio",
"pyaudio",
"typing-extensions"
]
[tool.setuptools.packages.find]
# All the following settings are optional:
where = ["src"]