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': [