[project] name = "kokoro-sse" version = "0.1.0" description = "Kokoro-ONNX TTS streaming (SSE) with FastAPI" readme = "README.md" requires-python = ">=3.10" dependencies = [ "fastapi", "uvicorn[standard]", "numpy", "kokoro-onnx", ] [tool.uv]