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"]