Spaces:
Running
Running
| [project] | |
| name = "multi-agent-dev-tools-env" | |
| version = "1.0.0" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "fastapi>=0.110.0", | |
| "uvicorn>=0.29.0", | |
| "pydantic>=2.0.0", | |
| "openai>=1.0.0", | |
| "requests>=2.31.0", | |
| "packaging>=24.0", | |
| "pytest>=8.0.0", | |
| "gradio>=4.0.0", | |
| "python-dotenv>=1.0.0", | |
| "openenv-core>=0.2.0" | |
| ] | |
| [project.scripts] | |
| server = "server.app:main" | |