[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"]