Commit f0d84a6b8f76a52e9c71b2480fec298a3226e621

Authored by Sergio Oliveira
1 parent 0cdf0f32

Allowed upper version of pytz

Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Signed-off-by: Carolina Ramalho <carol15022@hotmail.com>
Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
setup.py
... ... @@ -5,7 +5,7 @@ from setuptools import setup, find_packages
5 5 REQUIREMENTS = [
6 6 'Django==1.7.7',
7 7 'django-piston==0.2.3',
8   - 'pytz==2011n',
  8 + 'pytz>=2011n',
9 9 'chardet==2.3.0',
10 10 'python-dateutil==1.5',
11 11 'django-cliauth==0.9.1',
... ...