orgOS / pyproject.toml
Taniieeee83's picture
updated readme, requirements.txt
da84c63
raw
history blame contribute delete
436 Bytes
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "orgos"
version = "2.0.0"
description = "OrgOS — Multi-App Enterprise Workflow RL Environment"
requires-python = ">=3.11"
dependencies = [
"fastapi",
"uvicorn[standard]",
"pydantic",
"numpy",
"faker",
"openai",
"httpx",
"openenv-core",
"aiofiles",
]
[tool.hatch.build.targets.wheel]
packages = ["server"]