mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Updated Evennia for django 1.9 (1.8 still supported). Run 'pip install --upgrade -e .' in
the Evennia repository to upgrade.
This commit is contained in:
parent
d6c649f551
commit
907322cc2f
3 changed files with 3 additions and 3 deletions
|
|
@ -62,7 +62,7 @@ PORTAL_PY_FILE = None
|
|||
PYTHON_MIN = '2.7'
|
||||
TWISTED_MIN = '15.2.1'
|
||||
DJANGO_MIN = '1.8'
|
||||
DJANGO_REC = '1.8'
|
||||
DJANGO_REC = '1.9'
|
||||
|
||||
sys.path[1] = EVENNIA_ROOT
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Evennia dependencies, for Linux/Mac platforms
|
||||
|
||||
django >= 1.8, < 2.0
|
||||
django >= 1.8, < 1.10
|
||||
twisted >= 15.2.1
|
||||
mock >= 1.0.1
|
||||
pillow == 2.9.0
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# windows specific
|
||||
pypiwin32
|
||||
# general
|
||||
django >= 1.8, < 1.9
|
||||
django >= 1.8, < 1.10
|
||||
twisted >= 15.2.1
|
||||
mock >= 1.0.1
|
||||
pillow == 2.9.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue