Up requirements to Django 1.11, Twisted 18 and pillow 5.2.0
This commit is contained in:
parent
0fd36ac335
commit
f4cb75c496
4 changed files with 7 additions and 7 deletions
|
|
@ -80,6 +80,7 @@
|
||||||
|
|
||||||
### General
|
### General
|
||||||
|
|
||||||
|
- Up requirements to Django 1.11.x, Twited 18 and pillow 5.2.0
|
||||||
- Start structuring the `CHANGELOG` to list features in more detail.
|
- Start structuring the `CHANGELOG` to list features in more detail.
|
||||||
- Docker image `evennia/evennia:develop` is now auto-built, tracking the develop branch.
|
- Docker image `evennia/evennia:develop` is now auto-built, tracking the develop branch.
|
||||||
- Inflection and grouping of multiple objects in default room (an box, three boxes)
|
- Inflection and grouping of multiple objects in default room (an box, three boxes)
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@ SRESET = chr(19) # shutdown server in reset mode
|
||||||
|
|
||||||
# requirements
|
# requirements
|
||||||
PYTHON_MIN = '2.7'
|
PYTHON_MIN = '2.7'
|
||||||
TWISTED_MIN = '16.0.0'
|
TWISTED_MIN = '18.0.0'
|
||||||
DJANGO_MIN = '1.11'
|
DJANGO_MIN = '1.11'
|
||||||
DJANGO_REC = '1.11'
|
DJANGO_REC = '1.11'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
# Evennia dependencies, for Linux/Mac platforms
|
# Evennia dependencies, for Linux/Mac platforms
|
||||||
|
|
||||||
# general
|
# general
|
||||||
django > 1.10, < 2.0
|
django > 1.11, < 2.0
|
||||||
twisted == 16.0.0
|
twisted >= 18.0.0, < 19.0.0
|
||||||
pillow == 2.9.0
|
pillow == 5.2.0
|
||||||
pytz
|
pytz
|
||||||
future >= 0.15.2
|
future >= 0.15.2
|
||||||
django-sekizai
|
django-sekizai
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,8 @@
|
||||||
# windows specific
|
# windows specific
|
||||||
pypiwin32
|
pypiwin32
|
||||||
|
|
||||||
# general
|
django > 1.11, < 2.0
|
||||||
django > 1.10, < 2.0
|
twisted >= 18.0.0, < 19.0.0
|
||||||
twisted >= 16.0.0
|
|
||||||
pillow == 2.9.0
|
pillow == 2.9.0
|
||||||
pytz
|
pytz
|
||||||
future >= 0.15.2
|
future >= 0.15.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue