Files
pipecat/pyproject.toml
2024-02-08 08:15:28 -05:00

26 lines
515 B
TOML

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