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:
Griatch 2016-02-20 00:07:04 +01:00
parent d6c649f551
commit 907322cc2f
3 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ PORTAL_PY_FILE = None
PYTHON_MIN = '2.7' PYTHON_MIN = '2.7'
TWISTED_MIN = '15.2.1' TWISTED_MIN = '15.2.1'
DJANGO_MIN = '1.8' DJANGO_MIN = '1.8'
DJANGO_REC = '1.8' DJANGO_REC = '1.9'
sys.path[1] = EVENNIA_ROOT sys.path[1] = EVENNIA_ROOT

View file

@ -1,6 +1,6 @@
# Evennia dependencies, for Linux/Mac platforms # Evennia dependencies, for Linux/Mac platforms
django >= 1.8, < 2.0 django >= 1.8, < 1.10
twisted >= 15.2.1 twisted >= 15.2.1
mock >= 1.0.1 mock >= 1.0.1
pillow == 2.9.0 pillow == 2.9.0

View file

@ -3,7 +3,7 @@
# windows specific # windows specific
pypiwin32 pypiwin32
# general # general
django >= 1.8, < 1.9 django >= 1.8, < 1.10
twisted >= 15.2.1 twisted >= 15.2.1
mock >= 1.0.1 mock >= 1.0.1
pillow == 2.9.0 pillow == 2.9.0