summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-02-19 20:57:49 +0100
committerJasper Ras <jras@hostnet.nl>2025-02-19 20:57:49 +0100
commit1231141941fba320e038175792e213dc26a8636c (patch)
tree0350b25b3b61b9e5363b5a47141f134badccd434 /pyproject.toml
parentea1734c60e378d8777ad872354bd7dd90d50e1f7 (diff)
balegh
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9816c86..2a605be 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,4 +4,6 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
-dependencies = []
+dependencies = [
+ "google-genai>=1.2.0",
+]