We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c6367 commit 69b84a1Copy full SHA for 69b84a1
setup.py
@@ -23,6 +23,7 @@ def local_scheme(version):
23
install_requires=[
24
"amaranth>=0.2,<0.5",
25
"importlib_metadata; python_version<'3.8'",
26
+ "markupsafe==2.0.1",
27
],
28
packages=find_packages(),
29
project_urls={
0 commit comments