Skip to content

Commit 413bfa1

Browse files
Andrey ZhavoronkovElevnLi
authored andcommitted
Bump pip from 21.0.1 to 22.0.2, setuptools from 53.0.0 to 60.6.0, wheel from 0.36.2 to 0.37.1 (cvat-ai#4267)
* bump pip from 21.0.1 to 22.0.2, setuptools from 53.0.0 to 60.6.0, wheel from 0.36.2 to 0.37.1 * used maintained django_sendfile2 package instead of django sendfile * fixed cy tests due django_sendfile used wrong header
1 parent b35f535 commit 413bfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cvat/apps/engine/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from rest_framework.renderers import JSONRenderer
3838
from rest_framework.response import Response
3939
from rest_framework.exceptions import PermissionDenied
40-
from django_sendfile import sendfil
40+
from django_sendfile import sendfile
4141

4242
import cvat.apps.dataset_manager as dm
4343
import cvat.apps.dataset_manager.views # pylint: disable=unused-import

0 commit comments

Comments
 (0)