Upgrade evennia dependencies and RUN MIGRATIONS. Update requirement to Django 5.3, which has some backwards-incompatible index changes

This commit is contained in:
Griatch 2025-03-01 23:23:41 +01:00
parent 4269745d3e
commit 0f28eb1ac3
12 changed files with 701 additions and 588 deletions

View file

@ -64,7 +64,7 @@ classifiers = [
dependencies = [
# core dependencies
"legacy-cgi;python_version >= '3.13'",
"django >= 4.2, < 4.3",
"django >= 5.1, < 5.2",
"twisted >= 24.11.0, < 25",
"pytz >= 2022.6",
"djangorestframework >= 3.14, < 3.15",