Bump min Django version to 2.2.5
Bug fix release. For more details, see: https://docs.djangoproject.com/en/2.2/releases/2.2.5/
This commit is contained in:
parent
0eef4bee6f
commit
93ca8504d0
3 changed files with 3 additions and 3 deletions
|
|
@ -92,7 +92,7 @@ SRESET = chr(19) # shutdown server in reset mode
|
||||||
PYTHON_MIN = '3.7'
|
PYTHON_MIN = '3.7'
|
||||||
TWISTED_MIN = '18.0.0'
|
TWISTED_MIN = '18.0.0'
|
||||||
DJANGO_MIN = '2.1'
|
DJANGO_MIN = '2.1'
|
||||||
DJANGO_REC = '2.2.4'
|
DJANGO_REC = '2.2.5'
|
||||||
|
|
||||||
try:
|
try:
|
||||||
sys.path[1] = EVENNIA_ROOT
|
sys.path[1] = EVENNIA_ROOT
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Evennia dependencies, for Linux/Mac platforms
|
# Evennia dependencies, for Linux/Mac platforms
|
||||||
|
|
||||||
# general
|
# general
|
||||||
django >= 2.2.4, < 2.3
|
django >= 2.2.5, < 2.3
|
||||||
twisted >= 19.2.1, < 20.0.0
|
twisted >= 19.2.1, < 20.0.0
|
||||||
pillow == 5.2.0
|
pillow == 5.2.0
|
||||||
pytz
|
pytz
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
pypiwin32
|
pypiwin32
|
||||||
|
|
||||||
# general
|
# general
|
||||||
django >= 2.2.4, < 2.3
|
django >= 2.2.5, < 2.3
|
||||||
twisted >= 19.2.1, < 20.0.0
|
twisted >= 19.2.1, < 20.0.0
|
||||||
pillow == 5.2.0
|
pillow == 5.2.0
|
||||||
pytz
|
pytz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue