File size: 572 Bytes
9b47159
 
 
 
 
 
 
 
 
 
0135a17
9b47159
 
 
 
 
 
 
 
 
0135a17
97ce507
0135a17
9b47159
0135a17
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "bug-triage-env"
version = "0.1.0"
description = "Production Bug Triage OpenEnv Environment"
requires-python = ">=3.10"
dependencies = [
    "openenv-core>=0.2.0",
    "fastapi>=0.110.0",
    "uvicorn[standard]>=0.29.0",
    "pydantic>=2.0.0",
    "requests>=2.31.0",
    "aiohttp>=3.9.0",
    "openai>=1.0.0",
    "google-genai>=1.0.0",
]

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

[tool.setuptools.packages.find]
include = ["bug_triage_env*", "server*"]