From 338dc084a5b5933acb1ff143460b1bc87b06bdb2 Mon Sep 17 00:00:00 2001 From: Carson Date: Wed, 29 May 2024 13:06:14 -0500 Subject: [PATCH] Add setuptools as an install requirement in Python 3.12 and above --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index d63ae762a..d2587a133 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,6 +56,7 @@ install_requires = # starlette. For more information, see: # https://github.com/posit-dev/py-shiny/issues/1114#issuecomment-1942757757 python-multipart>=0.0.7;platform_system!="Emscripten" + setuptools;python_version>="3.12" tests_require = pytest>=3 zip_safe = False