Skip to content

Commit

Permalink
Directly depend on bleach[css], instead of pulling in tinycss2.
Browse files Browse the repository at this point in the history
Tinycss2 is not used in our code, so it may be better that let it in
bleach requirements.

Signed-off-by: cunshunxia <[email protected]>
  • Loading branch information
xiacunshun authored and takluyver committed Jul 31, 2024
1 parent c3e2683 commit bc0a0ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ urls = {Homepage = "https://jupyter.org"}
requires-python = ">=3.8"
dependencies = [
"beautifulsoup4",
"bleach!=5.0.0",
"bleach[css]!=5.0.0",
"defusedxml",
"importlib_metadata>=3.6;python_version<\"3.10\"",
"jinja2>=3.0",
Expand All @@ -40,7 +40,6 @@ dependencies = [
"packaging",
"pandocfilters>=1.4.1",
"pygments>=2.4.1",
"tinycss2",
"traitlets>=5.1",
]
dynamic = ["version"]
Expand Down

0 comments on commit bc0a0ed

Please sign in to comment.