14 lines
260 B
TOML
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",
|
|
]
|