Added pytz to requirements/base.txt

Added the latest version of pytz (2014.7) to requirements/base.txt to
avoid errors with DateTime fields.
This commit is contained in:
Bernd Meyer 2014-10-03 07:08:38 -07:00
parent 06e484c7fb
commit ce916f12e1

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