aegis_training / aegis_env /pyproject.toml
YashashMathur's picture
Upload aegis_env
ab65ac6 verified
[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 = ["."]