Added init file
This commit is contained in:
19
pyproject.toml
Normal file
19
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user