Skip to content

Commit

Permalink
Address Snowflake missing 1.9.0 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
awm33 authored Oct 24, 2019
1 parent 77ca100 commit 71bcf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
install_requires=[
'singer-python==5.6.1', # Dependency conflict with snowflake
'singer-target-postgres==0.1.11',
'snowflake-connector-python==1.9.0',
'snowflake-connector-python==1.9.1',
'target-redshift==0.0.10'
],
setup_requires=[
Expand Down

0 comments on commit 71bcf9b

Please sign in to comment.