recap / pyproject.toml
burtenshaw
first commit
6b07e4a
raw
history blame
201 Bytes
[project]
name = "hub-recap"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"gradio>=5.9.1",
"requests>=2.32.3",
]