Spaces:
Sleeping
Sleeping
| [build-system] | |
| requires = ["setuptools>=68.0", "wheel"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "dns-env" | |
| version = "0.1.0" | |
| description = "DNS Zone File Debugging Environment for OpenEnv — an RL environment where agents debug and configure DNS zone files." | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "fastapi>=0.104.0", | |
| "uvicorn>=0.24.0", | |
| "pydantic>=2.0.0", | |
| "openai>=1.0.0", | |
| "openenv-core>=0.2.0", | |
| "requests>=2.28.0", | |
| ] | |
| [project.scripts] | |
| server = "server.app:main" | |
| [project.optional-dependencies] | |
| dev = ["pytest", "httpx"] | |