20 lines
350 B
TOML
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"
|