starting a fresh tidy

This commit is contained in:
2026-07-26 10:34:18 +01:00
parent 5af82e5753
commit 33cbc5c6ed
14 changed files with 985 additions and 186 deletions
+18
View File
@@ -0,0 +1,18 @@
[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",
]