File size: 436 Bytes
da84c63
 
 
 
4719066
da84c63
 
 
4719066
 
da84c63
 
 
 
 
 
 
 
 
4719066
 
 
da84c63
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[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"]