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

Commit

Permalink
[AP-666] Add optional pandas and pyarrow packages
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti committed Jul 27, 2020
1 parent 4fe847e commit ffb4855
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
py_modules=['tap_snowflake'],
install_requires=[
'pipelinewise-singer-python==1.*',
'snowflake-connector-python==2.2.2',
'snowflake-connector-python==2.2.9',
'pyarrow==0.17.0',
'pandas==1.0.5',
'backoff==1.8.0',
'pendulum==1.2.0',
'python-dateutil<2.8.1,>=2.1',
'python-dateutil<2.8.1,>=2.1'
],
extras_require={
'test': [
Expand Down

0 comments on commit ffb4855

Please sign in to comment.