summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-02-08 14:45:22 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2015-02-08 14:45:22 -0800
commit26d6899ec83d7100946e9d1a426091674cff9a10 (patch)
tree84e469491421e1148dc0fae5d008720748e96ae0
parent36b8ce0b1e751c3319cb172c0f1d891021a1039b (diff)
Switch back to using psycopg2.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 75935122..f52d2c51 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ setup(
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'jedi == 0.8.1', # Temporary fix for installation woes.
'prompt_toolkit==0.26',
- 'psycopg2cffi >= 2.6.1',
+ 'psycopg2 >= 2.5.4',
'sqlparse >= 0.1.14'
],
entry_points='''