From ffb485582f28c56ba988718da7dc36dff3413f94 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Sat, 25 Jul 2020 10:00:38 +0100 Subject: [PATCH] [AP-666] Add optional pandas and pyarrow packages --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e14ec64..08cff64 100644 --- a/setup.py +++ b/setup.py @@ -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': [