mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Up djangorestframework dependency
This commit is contained in:
parent
070ac15418
commit
dcc9777e8d
2 changed files with 2 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue