From 6790ce46e4b74862f770796bcb3f24023f9d88b7 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Mon, 30 Oct 2023 16:45:32 -0400 Subject: [PATCH] Use latest htmltools --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b6dff9b36..fda2ff03c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = starlette>=0.17.1 websockets>=10.0 python-multipart - htmltools @ git+https://github.com/posit-dev/py-htmltools.git + htmltools>=0.4.0 click>=8.1.4 markdown-it-py>=1.1.0 # This is needed for markdown-it-py. Without it, when loading shiny/ui/_markdown.py,