mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
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:
parent
8de289f5ad
commit
e277770817
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue