From 22b860e855a7514bbc57b5795f6f01665d746a8b Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Mon, 22 Feb 2021 14:41:23 +0100 Subject: [PATCH] Add psycopg2 to requirements-testing.txt --- requirements-testing.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-testing.txt b/requirements-testing.txt index f8a1476a..79d7ec7f 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -8,3 +8,4 @@ django-nose==1.4.4 sqlparse pyinotify PyMySQL +psycopg2-binary