From e277770817db63c68c49de3b5e17a9bb9174e0b7 Mon Sep 17 00:00:00 2001 From: delizin Date: Fri, 31 Jan 2014 14:09:49 -0500 Subject: [PATCH] Update requirements.txt Updated South requirement from >=0.8 to >=0.8.4 to correspond with changes to the Getting Started page due to reported issues with South 0.8.2 and 0.8.3. --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 51d05022c4..a7a24029a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,7 @@ - # Evennia dependencies. If using pip, this file can be used to install # dependencies directly, using 'pip install -r requirements.txt'. django >= 1.5 twisted >= 11.0 pil -south >= 0.8 +south >= 0.8.4