Commit 83dc32ccb279dab9342a576a03cceabcf55d4a72

Authored by Sergio Oliveira
1 parent 8cfddf9b

Django updated to django 1.7.7

[skip ci]
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
setup.py
... ... @@ -3,7 +3,7 @@ from setuptools import setup, find_packages
3 3  
4 4  
5 5 REQUIREMENTS = [
6   - 'Django==1.7.5',
  6 + 'Django==1.7.7',
7 7 'psycopg2==2.5.1',
8 8 'django-piston==0.2.3',
9 9 'pytz==2011n',
... ...