Skip to content

Commit

Permalink
Pin tzlocal for Python 3.4 and 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xzkostyan committed Nov 18, 2021
1 parent 047980d commit a44a172
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ def read_version():
python_requires='>=3.4.*, <4',
install_requires=[
'pytz',
'tzlocal'
'tzlocal',
'tzlocal<1.5; python_version=="3.4"',
'tzlocal<2.1; python_version=="3.5"'
],
ext_modules=extensions,
extras_require={
Expand Down

0 comments on commit a44a172

Please sign in to comment.