summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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",
]