Commit 9448bff40350dfdcdff28620f88d36b05b242a12

Authored by Matheus Fernandes
1 parent 64764fbf

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 3  
4 4  
5 5 REQUIREMENTS = [
6   - 'Django>=1.7',
  6 + 'Django==1.7.5',
7 7 'South==1.0.0',
8 8 'psycopg2==2.5.1',
9 9 'django-piston==0.2.3',
... ...