Files
soleprint/soleprint/station/tools/dataconvert/pyproject.toml
2026-09-16 07:51:37 -03:00

15 lines
285 B
TOML

[project]
name = "dataconvert"
version = "0.1.0"
description = "Spreadsheets and CSV into SQL seed files and a schema summary"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pandas>=2.2.0",
"openpyxl>=3.1.2",
"odfpy>=1.4.1",
]
[tool.uv]
package = false