From 41be9f02f56e85af040771a2228c0c919a480f0c Mon Sep 17 00:00:00 2001 From: SimplifiedPrivacy Date: Tue, 23 Jun 2026 11:40:20 -0400 Subject: [PATCH] Adding ORM to requirements --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cf2bb84..2392c78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ dependencies = [ "pydeps==3.0.6", "pytokens==0.4.1", "stdlib-list==0.12.0", + "SQLAlchemy==2.0.51", "toolz==1.1.0", "typing-inspect==0.9.0", "typing-inspection==0.4.2",