| [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 = ["."] | |