From 61f66fa165142a65a534646922888d7ab3c72361 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Mon, 8 May 2023 17:34:00 +0800 Subject: [PATCH 1/1] Adapt version constraints for tzlocal in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b452aa..41347e5 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( 'setuptools >= 0.7', 'six >= 1.4.0', 'pytz', - 'tzlocal >= 2.0, != 3.*' + 'tzlocal >= 3.0' ], extras_require={ 'gevent': ['gevent'], -- 2.30.0