mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Up Twisted version to 22.10+
This commit is contained in:
parent
eafe390db4
commit
64bce9ad57
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
> Not released yet
|
||||
> 2019-2022 develop branch (WIP)
|
||||
|
||||
Increase requirements: Django 4.1+, Twisted 22+ Python 3.9, 3.10, 3.11. PostgreSQL 11+.
|
||||
Increase requirements: Django 4.1+, Twisted 22.10+ Python 3.9, 3.10, 3.11. PostgreSQL 11+.
|
||||
|
||||
- New `drop:holds()` lock default to limit dropping nonsensical things. Access check
|
||||
defaults to True for backwards-compatibility in 0.9, will be False in 1.0
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -24,7 +24,7 @@ installextra:
|
|||
# black is configured from pyproject.toml
|
||||
format:
|
||||
black evennia
|
||||
isort . --profile black
|
||||
isort --profile black .
|
||||
|
||||
fmt: format
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# general
|
||||
attrs >= 19.2.0
|
||||
django >= 4.1.3, < 4.2
|
||||
twisted >= 21.7.0, < 22.0.0
|
||||
twisted >= 22.10, < 23
|
||||
pytz
|
||||
# djangorestframework >= 3.13.1, < 3.14
|
||||
djangorestframework >= 3.14, < 3.15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue