Use TypedDict for voice list and TTS stream (#320)

Signed-off-by: rany <rany2@riseup.net>
This commit is contained in:
Rany
2024-11-22 20:04:52 +02:00
committed by GitHub
parent 48c7f3ad2e
commit 3e4de19344
4 changed files with 115 additions and 17 deletions

View File

@@ -6,5 +6,6 @@ setup(
install_requires=[
"aiohttp>=3.8.0",
"certifi>=2023.11.17",
"typing-extensions>=4.1.0",
],
)