Skip to content

Commit 0a038a4

Browse files
author
Matt George
committed
adding sqlalchemy as a dependency
1 parent 880a7e1 commit 0a038a4

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
@@ -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'],
13+
install_requires=['psycopg2 == 2.5', 'SQLAlchemy==0.8.0b2'],
1414
include_package_data=True,
1515
zip_safe=False,
1616
classifiers=[

0 commit comments

Comments
 (0)