Skip to content

Commit cacfbb1

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
install_requires=[
1313
'singer-python==5.9.0',
1414
'zenpy==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)