style: 🎨 Added UV and Ruff linting
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>=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",
|
||||
]
|
||||
Reference in New Issue
Block a user