32c0faac25
Dependencias del SDK oficial de BigQuery para las funciones Python del registry.
21 lines
441 B
TOML
21 lines
441 B
TOML
[project]
|
|
name = "fn-registry-python"
|
|
version = "0.1.0"
|
|
description = "Funciones Python del fn-registry: Metabase API, ML, utilidades"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"cryptography>=46.0.6",
|
|
"google-cloud-bigquery>=3.25",
|
|
"google-cloud-bigquery-storage>=2.27",
|
|
"httpx",
|
|
"openpyxl>=3.1.5",
|
|
"python-docx>=1.2.0",
|
|
"xlrd>=2.0.2",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pytest>=9.0.2",
|
|
]
|