File size: 550 Bytes
8ab6a5f
 
 
 
 
 
 
 
 
 
 
 
 
 
b3fce19
 
0c731dd
8ab6a5f
 
 
 
b3fce19
 
 
 
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
[project]
name = "openenv-data-analysis-env"
version = "0.1.0"
description = "RL environment for training data analysis agents on business datasets"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "openenv-core>=0.2.3",
    "fastapi>=0.115.0",
    "pydantic>=2.0.0",
    "uvicorn>=0.24.0",
    "pandas>=2.0.0",
    "numpy>=1.24.0",
    "openai>=1.0.0",
    "black>=26.3.1",
    "isort>=8.0.1",
    "python-dotenv>=1.2.2",
]

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

[tool.black]
line-length = 120
target-version = ["py313"]