Files
etl_code/pyproject.toml
T
Ankit Malik 2dd73490db first commit
2026-06-02 18:23:18 +05:30

14 lines
260 B
TOML

[project]
name = "kpi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"dotenv>=0.9.9",
"polars>=1.41.2",
"pyarrow>=24.0.0",
"pymssql>=2.3.13",
"pyodbc>=5.3.0",
]