Skip to content

Commit 1649151

Browse files
committed
Merge pull request #6 from mjschultz/patch-1
Depend on psycopg2 >= 2.5 as README states
2 parents b080e6c + 5c3e40a commit 1649151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
license="MIT",
1111
url='https://github.com/binarydud/redshift_sqlalchemy',
1212
packages=['redshift_sqlalchemy'],
13-
install_requires=['psycopg2==2.5', 'SQLAlchemy>=0.8.0'],
13+
install_requires=['psycopg2>=2.5', 'SQLAlchemy>=0.8.0'],
1414
include_package_data=True,
1515
zip_safe=False,
1616
classifiers=[

0 commit comments

Comments
 (0)