add: автоматическое создание slug с помощью pytils и чистка от html-мнемоник.

This commit is contained in:
2026-02-12 19:48:20 +03:00
parent a90bcf89e0
commit 53e7e92248
5 changed files with 78 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ etpgrf = "0.1.4"
# regex = "^2023.12" # etpgrf подтянет как зависимость
# beautifulsoup4 = "^4.10.0" # etpgrf подтянет как зависимость
pillow = "^12.1.0"
pytils = "^0.4.4"
[build-system]
requires = ["poetry-core"]