Files
data_pipeline_for_YNAB/pyproject.toml
T
2026-07-26 10:34:18 +01:00

19 lines
408 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>=4.4.1",
"dash-bootstrap-components>=2.0.4",
"pandas>=3.0.5",
"polars>=1.43.0",
"pyarrow>=25.0.0",
"pytest>=9.1.1",
"python-dotenv>=1.2.2",
"pyyaml>=6.0.3",
"requests>=2.34.2",
"ruff>=0.16.0",
]