Upped twisted requirement to 16.0.0. This because of a backwards incompatible change in Twisted's lLoopingCall that Evennia makes use of. This fixes failings with loading the tutorual world (due to loopingcall errors).
This commit is contained in:
parent
aa1fcfe6e1
commit
402b9a7394
4 changed files with 5 additions and 5 deletions
|
|
@ -60,7 +60,7 @@ PORTAL_PY_FILE = None
|
|||
|
||||
|
||||
PYTHON_MIN = '2.7'
|
||||
TWISTED_MIN = '15.2.1'
|
||||
TWISTED_MIN = '16.0.0'
|
||||
DJANGO_MIN = '1.8'
|
||||
DJANGO_REC = '1.9'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue