Commit aac99052152cfae200f18f9a6ba6ffbfc1d7b29b
1 parent
f6ce538a
Exists in
master
and in
31 other branches
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', |