setting up for dist

This commit is contained in:
Moishe Lettvin
2023-12-27 08:00:01 -05:00
parent df536b0ad0
commit 65ae8b0464
27 changed files with 68 additions and 0 deletions

19
pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[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 = [
"daily-python",
"Pillow",
"typing-extensions",
"openai",
"google-cloud-texttospeech",
"azure-cognitiveservices-speech",
"algoliasearch",
"algoliasearch",
"pyht"
]