mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 00:06:30 +01:00
Adding some more info to requirements.txt. Resolves issue 222.
This commit is contained in:
parent
fd9f0829ca
commit
2ebbf51a8a
1 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue