Spaces:
Sleeping
Sleeping
| [build-system] | |
| requires = ["setuptools>=68", "wheel"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "ethicsguard" | |
| version = "1.0.0" | |
| description = "OpenEnv queue-triage benchmark for ethics and security moderation." | |
| readme = "README.md" | |
| requires-python = ">=3.12,<3.13" | |
| dependencies = [ | |
| "fastapi>=0.115.0", | |
| "openenv-core>=0.2.0", | |
| "openai>=1.30.0", | |
| "pydantic>=2.7.0", | |
| "uvicorn>=0.30.0", | |
| ] | |
| [project.scripts] | |
| server = "server.app:main" | |
| [project.optional-dependencies] | |
| dev = ["pytest>=8.2.0"] | |
| openenv = [] | |
| [tool.pytest.ini_options] | |
| testpaths = ["tests"] | |
| [tool.setuptools.packages.find] | |
| include = ["ethicsguard", "ethicsguard.*", "server", "server.*"] | |