xtablo-source/scripts/pyproject.toml

11 lines
193 B
TOML
Raw Normal View History

2025-03-15 07:46:51 +00:00
[project]
name = "scripts"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"pandas>=2.2.3",
"ruff>=0.9.9",
]