Commit aac99052152cfae200f18f9a6ba6ffbfc1d7b29b

Authored by Sergio Oliveira
1 parent f6ce538a

Removed postgresql from deps

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
setup.py
... ... @@ -4,7 +4,6 @@ from setuptools import setup, find_packages
4 4  
5 5 REQUIREMENTS = [
6 6 'Django==1.7.7',
7   - 'psycopg2==2.5.1',
8 7 'django-piston==0.2.3',
9 8 'pytz==2011n',
10 9 'chardet==1.0.1',
... ...