2025.09.14-18:02:28

This commit is contained in:
2025-09-14 18:02:28 +02:00
parent 565ef0cad1
commit ff37c9cd8b
32 changed files with 733 additions and 22 deletions

View File

@@ -7,10 +7,14 @@ authors = [
requires-python = ">=3.12,<3.14"
dependencies = [
"django (>=5.2.4,<6.0.0)",
"django-allauth[saml2,socialaccount,steam] (>=65.11.0,<66.0.0)",
"django-extensions (>=4.1,<5.0)",
"django-widget-tweaks (>=1.5.0,<2.0.0)",
"django-environ (>=0.12.0,<0.13.0)",
"django-allauth[socialaccount,steam] (>=65.11.2,<66.0.0)",
"django-browser-reload (>=1.19.0,<2.0.0)",
"pillow (>=11.3.0,<12.0.0)",
"bbcode (>=1.1.0,<2.0.0)",
"markdown (>=3.9,<4.0)",
]
[tool.poetry]