ByakuganVisualizer / pyproject.toml
HokageM's picture
Initial app setup
f3bdd61 verified
Raw
History Blame Contribute Delete
219 Bytes
[project]
name = "byakuganvisualizer-gradio-app"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.14"
dependencies = [
"gradio>=6.19.0",
"numpy>=2.5.0",
"pillow>=12.2.0",
]