File size: 501 Bytes
c01d448
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7f61e7c
 
 
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 = ["setuptools>=68"]
build-backend = "setuptools.backends.legacy:build"

[project]
name = "factory-env"
version = "1.0.0"
description = "Smart Factory Scheduling — OpenEnv RL Environment"
requires-python = ">=3.11"
dependencies = [
    "pydantic>=2.0",
    "openai>=1.0",
    "anthropic>=0.90",
    "gradio>=6.0",
    "openenv-core>=0.2.3",
    "fastapi>=0.100",
    "uvicorn>=0.23",
    "websockets>=12.0",
    "httpx>=0.27",
]

[project.scripts]
server = "server.app:main"