Skip to content

Commit 649653f

Browse files
committed
fix setup dependency pytz==2018.9
1 parent 332ead8 commit 649653f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
classifiers=['Programming Language :: Python :: 3 :: Only'],
1111
py_modules=['tap_zendesk'],
1212
install_requires=[
13-
'singer-python==5.9.0',
14-
'zenpy==2.0.22',
13+
'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',
15+
'pytz==2018.9',
1516
],
1617
dependency_links=[
1718
'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

0 commit comments

Comments
 (0)