summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-02-08 14:04:25 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2015-02-08 14:04:25 -0800
commit749a69d621e7ba63fc315fc01567624020fd3385 (patch)
treea243b4816fe3e3f71be37c984ed2946c387c0524
parentc5c3047b9017c1683b3b7a25c9b7ae8f4f6455a0 (diff)
Pin the version to psycopg2cffi to 2.6.1 and above.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 04726157..75935122 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.5.4',
+ 'psycopg2cffi >= 2.6.1',
'sqlparse >= 0.1.14'
],
entry_points='''