Files
Gainsight/Scripts/pyproject.toml

10 lines
178 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",
]