starting a fresh tidy
This commit is contained in:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user