From 3da193e2d498c5752add8be667cccd45d6c03945 Mon Sep 17 00:00:00 2001 From: Leonhard Schick Date: Sat, 30 Jan 2021 14:18:48 +0100 Subject: [PATCH] use zenpy 2.0.23 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6667370..cc5396e 100644 --- a/setup.py +++ b/setup.py @@ -11,12 +11,11 @@ py_modules=['tap_zendesk'], install_requires=[ 'singer-python @ git+ssh://git@github.com/hz-lschick/singer-python.git', #==5.9.0', - 'zenpy @ git+ssh://git@github.com/Horze-International/zenpy.git@master', #==2.0.22', + 'zenpy==2.0.23', 'pytz==2018.9', ], dependency_links=[ 'git+ssh://git@github.com/hz-lschick/singer-python.git#egg=singer-python-5.9.0', # ==5.9.0 + not enforce specific version of pytz package - 'git+ssh://git@github.com/Horze-International/zenpy.git@master#egg=zenpy-2.0.22', # ==2.0.22 + branch 'NiallRees:add_incremental_calls_api' merged ], extras_require={ 'dev': [