Added pytz requirement

This commit is contained in:
Daniel Quinn 2016-01-28 08:22:33 +00:00
parent a7d041a9f5
commit d6f4ef27aa
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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