root: lock rest-framework to 3.11.1 to prevent drf-yasg

See https://github.com/axnsan12/drf-yasg/issues/641
This commit is contained in:
Jens Langhammer 2020-09-30 09:15:48 +02:00
parent 739c66da1c
commit e956b86649
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ django-otp = "*"
django-prometheus = "*"
django-recaptcha = "*"
django-redis = "*"
django-rest-framework = "*"
django-rest-framework = "==3.11.1"
django-storages = "*"
djangorestframework-guardian = "*"
drf-yasg = "*"