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(

View file

@ -5,7 +5,8 @@ attrs >= 19.2.0
django >= 4.1.3, < 4.2
twisted >= 21.7.0, < 22.0.0
pytz
djangorestframework >= 3.13.1, < 3.14
# djangorestframework >= 3.13.1, < 3.14
djangorestframework >= 3.14, < 3.15
pyyaml
django-filter == 2.4
django-sekizai == 2.0.0