Upgrade evennia dependencies and RUN MIGRATIONS. Update requirement to Django 5.3, which has some backwards-incompatible index changes
This commit is contained in:
parent
4269745d3e
commit
0f28eb1ac3
12 changed files with 701 additions and 588 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue