Skip to content

Commit

Permalink
Add setuptools as an install requirement in Python 3.12 and above (#1435
Browse files Browse the repository at this point in the history
)
  • Loading branch information
cpsievert committed May 29, 2024
1 parent aa4426a commit b9e2f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9e2f7b

Please sign in to comment.