mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
adjust Twisted requirement
This commit is contained in:
parent
0380c93b43
commit
5aac0c550b
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ dependencies = [
|
|||
# core dependencies
|
||||
"legacy-cgi;python_version >= '3.13'",
|
||||
"django >= 4.2, < 4.3",
|
||||
"twisted >= 24.11.0",
|
||||
"twisted >= 24.11.0, < 25",
|
||||
"pytz >= 2022.6",
|
||||
"djangorestframework >= 3.14, < 3.15",
|
||||
"pyyaml >= 6.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue