diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-03-19 09:12:32 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-03-19 09:12:32 +0100 |
commit | b20d17332aac7593f00004eb4e138df50c397bb2 (patch) | |
tree | 9c13a48aa9a6f83c020ae0733f0fe1e5c1e22ca7 /pyproject.toml | |
parent | a0e06aba76af1c267fb65421f6589844df8b19cf (diff) |
stufz
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 c13fff9..e7d3f79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,5 +7,7 @@ requires-python = ">=3.12" dependencies = [ "google-genai>=1.2.0", "pydantic>=2.10.6", + "pymysql>=1.1.1", "requests>=2.32.3", + "sqlalchemy>=2.0.38", ] |