From 3fe5aaa160029329ef993378d2faf8e748c111da Mon Sep 17 00:00:00 2001 From: goulustis Date: Thu, 29 Jan 2026 08:48:25 +0800 Subject: [PATCH] add package --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e0b2c0..a89a481 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,8 @@ dependencies = [ "Pillow", "commentjson", "pandas", - "asgiref" + "asgiref", + "psycopg[binary]" ] [tool.setuptools.packages.find]