12 lines
237 B
TOML
12 lines
237 B
TOML
[project]
|
|
name = "meow-vocab-script"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"flet[all]>=0.27.6",
|
|
"litellm>=1.63.12",
|
|
"logging>=0.4.9.6",
|
|
]
|