Skip to content

Commit aeeac62

Browse files
committed
psycopg2 < 2.7
1 parent c2eb6ae commit aeeac62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
]},
104104
scripts=glob('scripts/*'),
105105
extras_require={'test': ["nose >= 0.10.1", "pep8", 'mock']},
106-
install_requires=['psycopg2 <= 2.7', 'click >= 3.3', 'future',
106+
install_requires=['psycopg2 < 2.7', 'click >= 3.3', 'future',
107107
'bcrypt', 'pandas >= 0.17', 'numpy >= 1.7',
108108
'tornado==3.1.1', 'toredis', 'redis', 'six',
109109
'ipython[all] >= 2.4.1, < 2.5', 'pyparsing',

0 commit comments

Comments
 (0)