File size: 441 Bytes
3cbfb29
 
 
 
fd3df5a
3cbfb29
fd3df5a
 
 
3cbfb29
 
 
 
 
 
fd3df5a
b079cf4
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[build-system]
requires = ["setuptools>=45", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "openenv-overview-env"
version = "0.1.0"
description = "Overview environment for text analysis"
requires-python = ">=3.10"
dependencies = [
    "openenv-core[core]>=0.2.2",
    "fastapi>=0.115.0",
    "pydantic>=2.0.0",
    "uvicorn[standard]>=0.24.0",
]

[tool.setuptools.packages.find]
where = ["."]
include = ["overview_env*"]