Initial commit: initialized via uv

This commit is contained in:
Jim Lancaster
2026-06-21 17:43:55 -05:00
commit 506c697b63
6 changed files with 370 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "transcription"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"openai>=2.43.0",
"pydantic>=2.13.4",
]