From 1a859af31f9acd66a230d6d55a06320e6bf045b0 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Thu, 28 Dec 2023 15:40:49 +0100 Subject: [PATCH] Use older dnspython version - something changed that is incompatible with libravatar (client) libs --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 6bfebd0..78b5ce3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ django-coverage-plugin django-extensions django-ipware django-user-accounts +dnspython==2.2.0 email-validator fabric flake8-respect-noqa