File size: 237 Bytes
fb3185e |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[project]
name = "app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio>=5.33.0",
"htrflow==0.2.5",
"pillow>=11.2.1",
"ruff>=0.11.13",
]
|