gguf-parser-web / pyproject.toml
phate334's picture
[add] init
2678ef5
raw
history blame
206 Bytes
[project]
name = "gguf-parser-web"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio==5.4.0",
"orjson==3.10.10",
]