Files
Gainsight/Scripts/pyproject.toml
2026-03-09 14:52:51 -04:00

15 lines
247 B
TOML

[project]
name = "scripts"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10.13"
dependencies = [
"pandas>=2.3.3",
]
[tool.uv.workspace]
members = [
"ce-template-ai-project/tui",
]