Files
Gainsight/Scripts/pyproject.toml

15 lines
247 B
TOML
Raw Normal View History

[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",
]