diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-19 22:40:03 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-19 22:40:03 +0100 |
commit | a0e06aba76af1c267fb65421f6589844df8b19cf (patch) | |
tree | 5be75b8832d9f97e2dd2bff88f4b3cac8de7b7c1 /pyproject.toml | |
parent | 74f86ab57f824f4f446d6f102ae8ad0038be5de1 (diff) |
parse aanbiedingen
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2a605be..c13fff9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,4 +6,6 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "google-genai>=1.2.0", + "pydantic>=2.10.6", + "requests>=2.32.3", ] |