Commit de37464ec183bd5f733e9826280ffc9c2305c597
Exists in
master
and in
39 other branches
Merge remote-tracking branch 'origin/update_deps'
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', |