Added init file

This commit is contained in:
2026-01-17 14:26:07 +01:00
parent 447b4fcf1b
commit 0c1b8c220f
5 changed files with 547 additions and 1 deletions

19
pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[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"