Commit 83dc32ccb279dab9342a576a03cceabcf55d4a72
1 parent
8cfddf9b
Exists in
master
and in
39 other branches
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,7 +3,7 @@ from setuptools import setup, find_packages | ||
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | REQUIREMENTS = [ | 5 | REQUIREMENTS = [ |
| 6 | - 'Django==1.7.5', | 6 | + 'Django==1.7.7', |
| 7 | 'psycopg2==2.5.1', | 7 | 'psycopg2==2.5.1', |
| 8 | 'django-piston==0.2.3', | 8 | 'django-piston==0.2.3', |
| 9 | 'pytz==2011n', | 9 | 'pytz==2011n', |