13 lines
243 B
TOML
13 lines
243 B
TOML
[project]
|
|
name = "vibevibing"
|
|
version = "0.1.0"
|
|
description = "..."
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"construct>=2.10.70",
|
|
"gguf>=0.18.0",
|
|
"huggingface-hub>=1.0.0",
|
|
"llama-cpp-python>=0.3.16",
|
|
"pynacl>=1.6.2",
|
|
]
|