From 7a00e902f57953bc17f16e2f2b3fc0379bdc1fd2 Mon Sep 17 00:00:00 2001 From: moanos Date: Sat, 13 Apr 2024 11:54:51 +0200 Subject: [PATCH] feat: Add postgres support --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 067e9c9..6525b1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,8 @@ dependencies = [ "model_bakery", "markdown", "Pillow", - "django-registration" + "django-registration", + "psycopg2-binary" ] dynamic = ["version", "readme"]