Commit 9448bff40350dfdcdff28620f88d36b05b242a12
1 parent
64764fbf
Exists in
master
and in
11 other branches
Update django version in setup.py
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', | 6 | + 'Django==1.7.5', |
7 | 'South==1.0.0', | 7 | 'South==1.0.0', |
8 | 'psycopg2==2.5.1', | 8 | 'psycopg2==2.5.1', |
9 | 'django-piston==0.2.3', | 9 | 'django-piston==0.2.3', |