hf-space-creator / pyproject.toml
Guillaume Raille
Add project configuration and deployment scripts
a3a85c9 unverified
raw
history blame contribute delete
312 Bytes
[project]
name = "hf-space-from-space"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=5.34.0",
"huggingface-hub>=0.33.0",
]
[dependency-groups]
dev = [
"mypy>=1.16.0",
"pytest>=8.4.0",
"ruff>=0.11.13",
]