From 0b05b351980fdea6652c638c2bb2947c21a1bd4f Mon Sep 17 00:00:00 2001 From: "David M. Raker" Date: Mon, 11 Nov 2024 15:57:55 -0800 Subject: [PATCH] Pinned setuptools in requirements.py. Newer versions that 70 are incompatible with wheel 0.30.0. --- requirements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.py b/requirements.py index 80fa44c40e..7538915272 100644 --- a/requirements.py +++ b/requirements.py @@ -42,7 +42,7 @@ 'python-dateutil==2.8.2', 'pytz==2022.1', 'PyYAML==6.0', - 'setuptools>=40.0.0', + 'setuptools>=40.0.0,<=70.0.0', # tzlocal 3.0 breaks without the backports.tzinfo package on python < 3.9 https://pypi.org/project/tzlocal/3.0/ 'tzlocal==2.1', #'pyOpenSSL==19.0.0',