Skip to content

Commit

Permalink
Merge pull request datamill-co#19 from AlexanderMann/fix/boto3-woes--…
Browse files Browse the repository at this point in the history
…yay-python-dependencies

Fix: Dependency woes
  • Loading branch information
AlexanderMann authored May 8, 2020
2 parents dbcc576 + 8990580 commit b1b910f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
install_requires=[
'singer-python==5.9.0',
'singer-target-postgres==0.2.4',
'snowflake-connector-python==2.2.5',
'target-redshift==0.2.4'
'target-redshift==0.2.4',
'botocore<1.13.0,>=1.12.253',
'snowflake-connector-python==2.2.5'
],
setup_requires=[
"pytest-runner"
Expand Down

0 comments on commit b1b910f

Please sign in to comment.