Add tinycss2 dependency to the Python environment and markup styling

This commit is contained in:
Philip Henning 2025-07-08 22:21:18 +02:00
parent fef078ea7c
commit 94f373dd2c

View file

@ -58,6 +58,7 @@
django django
markdown markdown
bleach bleach
tinycss2
]; ];
doCheck = false; # Skip tests during build doCheck = false; # Skip tests during build
@ -268,6 +269,7 @@
# Markup and styling # Markup and styling
markdown markdown
bleach bleach
tinycss2
# Data handling # Data handling
pydantic pydantic