Skip to content

Commit 69b84a1

Browse files
committed
pin markupsafe version to avoid pallets/markupsafe#282
1 parent 76c6367 commit 69b84a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def local_scheme(version):
2323
install_requires=[
2424
"amaranth>=0.2,<0.5",
2525
"importlib_metadata; python_version<'3.8'",
26+
"markupsafe==2.0.1",
2627
],
2728
packages=find_packages(),
2829
project_urls={

0 commit comments

Comments
 (0)