2025-09-03 14:55:54 +02:00
|
|
|
[project]
|
2024-06-28 07:56:24 +02:00
|
|
|
name = "tools"
|
|
|
|
|
version = "0.1.0"
|
2025-09-03 14:55:54 +02:00
|
|
|
description = "Add your description here"
|
2024-06-28 07:56:24 +02:00
|
|
|
readme = "README.md"
|
2025-09-03 14:55:54 +02:00
|
|
|
requires-python = ">=3.11.9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"polars>=1.33.0",
|
|
|
|
|
]
|