From d373c9ab757b18431e30957d3a899870524ce5e2 Mon Sep 17 00:00:00 2001 From: Brian Helba Date: Mon, 25 Oct 2021 13:05:36 -0400 Subject: [PATCH] Remove "mock" as a test requirement This is included in the standard library of Python 3.3+. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index f311665..a77b6d8 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,6 @@ setup( 'email': ['dj-email-url'], 'search': ['dj-search-url'], 'testing': [ - 'mock', 'django-cache-url>=1.0.0', 'dj-database-url', 'dj-email-url',