Commit de37464ec183bd5f733e9826280ffc9c2305c597

Authored by Sergio Oliveira
2 parents 64764fbf 9448bff4

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 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',
... ...