We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce03799 commit 70cc35dCopy full SHA for 70cc35d
setup.py
@@ -2,15 +2,15 @@
2
3
setup(
4
name='redshift-sqlalchemy',
5
- version='0.2',
+ version='0.2.1',
6
description='Amazon Redshift Dialect for sqlalchemy',
7
long_description=open("README.rst").read(),
8
author='Matt George',
9
author_email='[email protected]',
10
license="MIT",
11
url='https://github.com/binarydud/redshift_sqlalchemy',
12
packages=['redshift_sqlalchemy'],
13
- install_requires=['psycopg2 == 2.5', 'SQLAlchemy==0.8.0b2'],
+ install_requires=['psycopg2==2.5', 'SQLAlchemy>=0.8.0'],
14
include_package_data=True,
15
zip_safe=False,
16
classifiers=[
0 commit comments