Files
data_pipeline_for_YNAB/pyproject.toml
2025-05-30 11:43:47 +01:00

19 lines
409 B
TOML

[project]
name = "data-pipeline-for-ynab"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"dash>=3.0.4",
"dash-bootstrap-components>=2.0.3",
"pandas>=2.2.3",
"polars>=1.30.0",
"pyarrow>=20.0.0",
"pytest>=8.3.5",
"python-dotenv>=1.1.0",
"pyyaml>=6.0.2",
"requests>=2.32.3",
"ruff>=0.11.12",
]