Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from transferwise/update-sf-connector
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
Samira-El authored Nov 15, 2019
2 parents ce1a8ec + 1d9e5e1 commit 5519350
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
singer-python==5.3.1
snowflake-connector-python==1.7.4
backoff==1.3.2
pendulum==1.2.0
singer-python==5.9.0
snowflake-connector-python==2.0.4
backoff==1.8.0
pendulum==1.2.0
pytz==2018.4
python-dateutil<2.8.1,>=2.1
12 changes: 7 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = f.read()

setup(name='pipelinewise-tap-snowflake',
version='1.0.4',
version='1.0.5',
description='Singer.io tap for extracting data from Snowflake - PipelineWise compatible',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -18,10 +18,12 @@
],
py_modules=['tap_snowflake'],
install_requires=[
'singer-python==5.3.1',
'snowflake-connector-python==1.7.4',
'backoff==1.3.2',
'pendulum==1.2.0'
'singer-python==5.9.0',
'snowflake-connector-python==2.0.4',
'backoff==1.8.0',
'pendulum==1.2.0',
'pytz==2018.4',
'python-dateutil<2.8.1,>=2.1',
],
entry_points='''
[console_scripts]
Expand Down

0 comments on commit 5519350

Please sign in to comment.