Skip to content

Commit

Permalink
use zenpy 2.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed Jan 30, 2021
1 parent 928087f commit 3da193e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
py_modules=['tap_zendesk'],
install_requires=[
'singer-python @ git+ssh://[email protected]/hz-lschick/singer-python.git', #==5.9.0',
'zenpy @ git+ssh://[email protected]/Horze-International/zenpy.git@master', #==2.0.22',
'zenpy==2.0.23',
'pytz==2018.9',
],
dependency_links=[
'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
'git+ssh://[email protected]/Horze-International/zenpy.git@master#egg=zenpy-2.0.22', # ==2.0.22 + branch 'NiallRees:add_incremental_calls_api' merged
],
extras_require={
'dev': [
Expand Down

0 comments on commit 3da193e

Please sign in to comment.