Skip to content

Commit

Permalink
Bump pip from 21.0.1 to 22.0.2, setuptools from 53.0.0 to 60.6.0, whe…
Browse files Browse the repository at this point in the history
…el 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
  • Loading branch information
Andrey Zhavoronkov authored and ElevnLi committed Feb 8, 2022
1 parent b35f535 commit 413bfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/apps/engine/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from rest_framework.renderers import JSONRenderer
from rest_framework.response import Response
from rest_framework.exceptions import PermissionDenied
from django_sendfile import sendfil
from django_sendfile import sendfile

import cvat.apps.dataset_manager as dm
import cvat.apps.dataset_manager.views # pylint: disable=unused-import
Expand Down

0 comments on commit 413bfa1

Please sign in to comment.