fffiloni's picture
Upload 6 files
46421be verified
Raw
History Blame
350 Bytes
[project]
name = "agentic-space-factory"
version = "0.1.0"
description = "Public-preview Hugging Face-native Agentic Space Factory"
requires-python = ">=3.11"
dependencies = [
"gradio>=5.0.0",
"huggingface_hub[oauth]>=1.11.0",
"pydantic>=2.0.0",
"python-dateutil>=2.9.0",
]
[tool.pytest.ini_options]
pythonpath = ["."]
testpaths = ["tests"]