Skip to content

Commit 3935200

Browse files
author
Alejandro Casanovas
committed
Pin tzlocal between 4.0 and 5.0
As noted in O365#967
1 parent 2ca845e commit 3935200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def read(fname):
3636
'requests_oauthlib>=1.2.0',
3737
'python-dateutil>=2.7',
3838
'pytz>=2018.5',
39-
'tzlocal>=4.0',
39+
'tzlocal>=4.0,<5.0',
4040
'beautifulsoup4>=4.0.0',
4141
'stringcase>=1.2.0'
4242
]

0 commit comments

Comments
 (0)