Added pytz to the requirement list, to handle timezones better

This commit is contained in:
Griatch 2015-06-20 15:17:07 +02:00
parent 561b051734
commit f116543e14
2 changed files with 2 additions and 0 deletions

View file

@ -4,3 +4,4 @@ django >= 1.8, < 1.9
twisted >= 15.2.1
mock >= 1.0.1
pillow
pytz

View file

@ -7,3 +7,4 @@ django >= 1.8, < 1.9
twisted >= 15.2.1
mock >= 1.0.1
pillow
pytz