We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac258ae commit ec28076Copy full SHA for ec28076
cvat/requirements/development.in
@@ -2,7 +2,7 @@
2
3
black>=24.1
4
django-extensions==3.0.8
5
-django-silk==5.0.3
+django-silk==5.*
6
pylint-django==2.5.3
7
pylint-plugin-utils==0.7
8
pylint==2.14.5
cvat/requirements/development.txt
@@ -1,11 +1,13 @@
1
-# SHA1:27238f2f377debba1b5fe910878f0cc0cfaf6e7d
+# SHA1:b71f4fe955f645187b7ccdf82b05f6a8d61eb3ab
#
# This file is autogenerated by pip-compile-multi
# To update, run:
# pip-compile-multi
-r base.txt
9
+--no-binary lxml
10
+--no-binary xmlsec
11
12
astroid==2.11.7
13
# via pylint
@@ -17,7 +19,7 @@ dill==0.3.8
17
19
18
20
21
# via -r cvat/requirements/development.in
22
+django-silk==5.2.0
23
24
gprof2dot==2024.6.6
25
# via django-silk
0 commit comments