Merge pull request #138 from berndca/feature/pytz_requirement

Feature/pytz requirement
This commit is contained in:
Daniel Greenfeld 2014-10-03 15:26:12 -07:00
commit 9ac4caabc4
2 changed files with 3 additions and 0 deletions

View File

@ -32,5 +32,7 @@ django-autoslug==1.7.2
# Useful things
django-avatar==2.0
# Time zones support
pytz==2014.7
# Your custom requirements go here

View File

@ -3,3 +3,4 @@ from __future__ import absolute_import
from .local import Local # noqa
from .production import Production # noqa