From 2ebbf51a8acadcf2b4c72846c776cdbc36ca0cf4 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 21 Mar 2012 09:09:37 +0100 Subject: [PATCH] Adding some more info to requirements.txt. Resolves issue 222. --- requirements.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index f48043fe8d..6f339837eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,8 @@ -django -twisted -pil -south + +# Evennia dependencies. If using pip, this file can be used to install +# dependencies directly, using 'pip install -r requirements.txt'. + +django >= 1.2 +twisted >= 10.0 +pil +south >= 0.7