Merge Request #41

Merged
softwarepublico/colab!41
Created by Matheus Fernandes

Update deps

Assignee: Sergio Oliveira
Milestone: None

Merged by Sergio Oliveira

Source branch has been removed
Commits (1)
2 participants
@@ -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',