From d6f4ef27aa8b29b3ad6ddd13d580a0d7dfc506d5 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Thu, 28 Jan 2016 08:22:33 +0000 Subject: [PATCH] Added pytz requirement --- docs/changelog.rst | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5758617ec..67320e7fe 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,7 @@ Changelog * Added automated tagging basted on keyword matching * Cleaned up the document listing page * Removed ``User`` and ``Group`` from the admin + * Added ``pytz`` to the list of requirements * 0.0.3 diff --git a/requirements.txt b/requirements.txt index 8b2238ece..dd428411c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ django-extensions==1.6.1 langdetect==1.0.5 pyocr==0.3.1 python-gnupg==0.3.8 +pytz==2015.7