From 80e742d991b276023a3aa51a29ed757879051282 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Fri, 28 Oct 2016 15:40:59 +0200 Subject: [PATCH] Added pytz to test requirements This allows running tests w/o installing Django itself by only pointing the Python path. --- tests/requirements/base.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/requirements/base.txt b/tests/requirements/base.txt index f9cb570c62..f011bd6de7 100644 --- a/tests/requirements/base.txt +++ b/tests/requirements/base.txt @@ -8,6 +8,7 @@ Pillow PyYAML # pylibmc/libmemcached can't be built on Windows. pylibmc; sys.platform != 'win32' +pytz selenium sqlparse tblib