From 1ef256c674aad52e57aa63c4d259b678ee992856 Mon Sep 17 00:00:00 2001 From: Francisco Griman Date: Sat, 21 Sep 2024 16:42:41 -0400 Subject: [PATCH] Update setuptools --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7475954fff646..2c7f2805cda9d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ '': ['flask_server_status/statsig/templates/*.html', 'flask_server_status/statsig/static/*'], }, install_requires=[ - 'setuptools==75.1.0' + 'setuptools==75.1.0', 'flask>=3.0.0', 'cachetools>=5.5.0', 'apscheduler==3.10.4',