File size: 342 Bytes
5086f7d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"]