From f0d84a6b8f76a52e9c71b2480fec298a3226e621 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Sat, 6 Jun 2015 11:05:59 -0300 Subject: [PATCH] Allowed upper version of pytz --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 072f3e3..8d65915 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages REQUIREMENTS = [ 'Django==1.7.7', 'django-piston==0.2.3', - 'pytz==2011n', + 'pytz>=2011n', 'chardet==2.3.0', 'python-dateutil==1.5', 'django-cliauth==0.9.1', -- libgit2 0.21.2