Upped the requirement checks as per the release notes.
This commit is contained in:
parent
a56b16db7b
commit
d76ebfcffa
1 changed files with 3 additions and 3 deletions
|
|
@ -610,9 +610,9 @@ def check_evennia_dependencies():
|
||||||
"""
|
"""
|
||||||
# defining the requirements
|
# defining the requirements
|
||||||
python_min = '2.6'
|
python_min = '2.6'
|
||||||
twisted_min = '10.0'
|
twisted_min = '11.0'
|
||||||
django_min = '1.4'
|
django_min = '1.5'
|
||||||
south_min = '0.7'
|
south_min = '0.8'
|
||||||
nt_stop_python_min = '2.7'
|
nt_stop_python_min = '2.7'
|
||||||
|
|
||||||
errstring = ""
|
errstring = ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue