From d76ebfcffaa2241b9671e72bd6a1b1d40102d2c5 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 2 Dec 2013 11:22:03 +0100 Subject: [PATCH] Upped the requirement checks as per the release notes. --- src/utils/utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/utils.py b/src/utils/utils.py index a1b4590b4e..368cdacd0b 100644 --- a/src/utils/utils.py +++ b/src/utils/utils.py @@ -610,9 +610,9 @@ def check_evennia_dependencies(): """ # defining the requirements python_min = '2.6' - twisted_min = '10.0' - django_min = '1.4' - south_min = '0.7' + twisted_min = '11.0' + django_min = '1.5' + south_min = '0.8' nt_stop_python_min = '2.7' errstring = ""