Skip to content

Commit 3da193e

Browse files
committed
use zenpy 2.0.23
1 parent 928087f commit 3da193e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111
py_modules=['tap_zendesk'],
1212
install_requires=[
1313
'singer-python @ git+ssh://[email protected]/hz-lschick/singer-python.git', #==5.9.0',
14-
'zenpy @ git+ssh://[email protected]/Horze-International/zenpy.git@master', #==2.0.22',
14+
'zenpy==2.0.23',
1515
'pytz==2018.9',
1616
],
1717
dependency_links=[
1818
'git+ssh://[email protected]/hz-lschick/singer-python.git#egg=singer-python-5.9.0', # ==5.9.0 + not enforce specific version of pytz package
19-
'git+ssh://[email protected]/Horze-International/zenpy.git@master#egg=zenpy-2.0.22', # ==2.0.22 + branch 'NiallRees:add_incremental_calls_api' merged
2019
],
2120
extras_require={
2221
'dev': [

0 commit comments

Comments
 (0)