Merge pull request #1926 from gtaylor/django-2.2.5

Bump min Django version to 2.2.5
This commit is contained in:
Griatch 2019-09-15 12:55:45 +02:00 committed by GitHub
commit 92446d4e8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -92,7 +92,7 @@ SRESET = chr(19) # shutdown server in reset mode
PYTHON_MIN = '3.7'
TWISTED_MIN = '18.0.0'
DJANGO_MIN = '2.1'
DJANGO_REC = '2.2.4'
DJANGO_REC = '2.2.5'
try:
sys.path[1] = EVENNIA_ROOT

View file

@ -1,7 +1,7 @@
# Evennia dependencies, for Linux/Mac platforms
# general
django >= 2.2.4, < 2.3
django >= 2.2.5, < 2.3
twisted >= 19.2.1, < 20.0.0
pillow == 5.2.0
pytz

View file

@ -4,7 +4,7 @@
pypiwin32
# general
django >= 2.2.4, < 2.3
django >= 2.2.5, < 2.3
twisted >= 19.2.1, < 20.0.0
pillow == 5.2.0
pytz