Up djangorestframework dependency

This commit is contained in:
Griatch 2022-11-16 21:18:00 +01:00
parent 070ac15418
commit dcc9777e8d
2 changed files with 2 additions and 3 deletions

View file

@ -1332,8 +1332,6 @@ def check_main_evennia_dependencies():
django_min = LooseVersion(DJANGO_MIN)
django_max = LooseVersion(DJANGO_MAX_TESTED)
print(django_version, django_curr, django_max, DJANGO_MAX_TESTED)
if django_curr < django_min:
print(
ERROR_DJANGO_MIN.format(