14 lines
249 B
TOML
14 lines
249 B
TOML
[project]
|
|
name = "seed-converter"
|
|
version = "0.1.0"
|
|
description = "SQL Seed Converter Tool"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"pandas>=2.2.0",
|
|
"openpyxl>=3.1.2",
|
|
"odfpy>=1.4.1",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false |