Files
fn_registry/python/pyproject.toml
T
2026-04-28 18:41:37 +02:00

26 lines
589 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",
"fpdf2>=2.8.7",
"google-cloud-bigquery>=3.25",
"google-cloud-bigquery-datatransfer>=3.22.0",
"google-cloud-bigquery-storage>=2.27",
"google-cloud-storage>=3.10.1",
"httpx",
"openpyxl>=3.1.5",
"pypdf>=6.10.0",
"python-docx>=1.2.0",
"pyyaml>=6.0.3",
"xlrd>=2.0.2",
]
[dependency-groups]
dev = [
"pytest>=9.0.2",
]