mirror of
https://github.com/borbann-platform/data-mapping-model.git
synced 2025-12-18 05:04:05 +01:00
10 lines
191 B
TOML
10 lines
191 B
TOML
[project]
|
|
name = "data-mapping-llm"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"google-genai>=1.15.0",
|
|
]
|