Spaces:
Sleeping
Sleeping
File size: 532 Bytes
3515c23 b7187d7 3515c23 b7187d7 3515c23 b7187d7 3515c23 b7187d7 de9677c 3515c23 | 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.0"]
build-backend = "setuptools.backends.legacy:build"
[project]
name = "it-support-triage"
version = "1.0.0"
description = "IT Support Triage — OpenEnv RL Environment"
requires-python = ">=3.11,<3.13"
dependencies = [
"fastapi==0.115.0",
"uvicorn[standard]==0.30.6",
"pydantic==2.8.2",
"openai>=2.7.2",
"requests==2.32.3",
"pyyaml==6.0.2",
"openenv-core>=0.2.0",
]
[project.scripts]
server = "server.app:main"
[tool.setuptools.packages.find]
where = ["."] |