fffiloni's picture
Upload 5 files
2b41b11 verified
Raw
History Blame
342 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>=1.0.0",
"pydantic>=2.0.0",
"python-dateutil>=2.9.0",
]
[tool.pytest.ini_options]
pythonpath = ["."]
testpaths = ["tests"]