Upped the requirement checks as per the release notes.

This commit is contained in:
Griatch 2013-12-02 11:22:03 +01:00
parent a56b16db7b
commit d76ebfcffa

View file

@ -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 = ""