mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
Raised Python requirement to 2.6+. Some spurious work on the mdsp support.
This commit is contained in:
parent
14ed95ebfe
commit
96e95ca525
3 changed files with 109 additions and 18 deletions
|
|
@ -496,7 +496,7 @@ def check_evennia_dependencies():
|
|||
"""
|
||||
|
||||
# defining the requirements
|
||||
python_min = '2.5'
|
||||
python_min = '2.6'
|
||||
twisted_min = '10.0'
|
||||
django_min = '1.2'
|
||||
south_min = '0.7'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue