Files
taletorrent/pyproject.toml
2026-01-17 14:26:07 +01:00

20 lines
350 B
TOML

[project]
name = "taletorrent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"openai>=2.15.0",
"typer>=0.12.0",
"rich>=13.0.0",
"keyring>=24.0.0",
"mashumaro>=3.10.0",
]
[tool.uv]
package = true
[project.scripts]
taletorrent = "taletorrent.cli:app"