Commit b50238f16a1f0ef353b7097fd122ac47d81fa991
Committed by
Gust
1 parent
8f55610c
Exists in
workin_whoosh_temp
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,7 +4,6 @@ from setuptools import setup, find_packages | ||
4 | 4 | ||
5 | REQUIREMENTS = [ | 5 | REQUIREMENTS = [ |
6 | 'Django==1.7.7', | 6 | 'Django==1.7.7', |
7 | - 'psycopg2==2.5.1', | ||
8 | 'django-piston==0.2.3', | 7 | 'django-piston==0.2.3', |
9 | 'pytz==2011n', | 8 | 'pytz==2011n', |
10 | 'chardet==1.0.1', | 9 | 'chardet==1.0.1', |