generated from john/python-template
13 lines
265 B
TOML
13 lines
265 B
TOML
[project]
|
|
name = "transcription"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"openrouter>=0.7.0",
|
|
"pydantic>=2.13.4",
|
|
"pydantic-settings>=2.9.1",
|
|
"sqlmodel>=0.0.25",
|
|
]
|