overview-env / pyproject.toml
hirann's picture
Upload pyproject.toml with huggingface_hub
b079cf4 verified
raw
history blame contribute delete
441 Bytes
[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*"]