mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Require Django 5.2.8 for security
This commit is contained in:
parent
3170c23f9c
commit
267c1a0662
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ classifiers = [
|
|||
dependencies = [
|
||||
# core dependencies
|
||||
"legacy-cgi;python_version >= '3.13'",
|
||||
"django >= 5.2, < 5.3",
|
||||
"django >= 5.2.8, < 5.3",
|
||||
"twisted >= 24.11.0, < 25",
|
||||
"pytz >= 2022.6",
|
||||
"djangorestframework >= 3.14, < 3.15",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue