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.
This commit is contained in:
delizin 2014-01-31 14:09:49 -05:00
parent 8de289f5ad
commit e277770817

View file

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