AEGIS-ENV / aegis_env /pyproject.toml
GSD Bot
feat: apply master fix to HF environment
7a529e5
[project]
name = "aegis-env"
version = "0.1.0"
description = "AI Fleet Oversight RL Training Environment — OpenEnv-compatible"
requires-python = ">=3.10"
dependencies = [
"openenv-core>=0.2.1",
"pydantic>=2.0.0",
"fastapi>=0.100.0",
"uvicorn>=0.23.0",
]
[project.optional-dependencies]
dev = ["pytest", "pytest-asyncio"]
[project.scripts]
aegis-server = "aegis_env.server.app:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["."]