org-sim / org_sim /pyproject.toml
mohansshf's picture
OrgSim environment — Team Clawless submission
3c1aa59
Raw
History Blame Contribute Delete
509 Bytes
[project]
name = "org-sim"
version = "0.1.0"
description = "Organization Simulation Environment for RL training"
requires-python = ">=3.10"
dependencies = [
"openenv-core>=0.2.0",
"fastapi>=0.104.0",
"uvicorn>=0.24.0",
"pydantic>=2.0.0",
"openai>=1.0.0",
"httpx>=0.25.0",
]
[project.optional-dependencies]
dev = [
"pytest>=7.0.0",
"httpx>=0.25.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["."]