Revision 157f7e3596b4638b4d5730baf087828522e25245 authored by Roman Donchenko on 20 April 2023, 11:27:02 UTC, committed by GitHub on 20 April 2023, 11:27:02 UTC
This improves the reproducibility of the server build process. Now new
versions of dependencies can no longer break the server unless we
explicitly upgrade to them.

To minimize changes, I did not update any of the version constraints we
currently have; however, in the future, we should be able to relax a lot
of them.

Resolves #5310.
1 parent a353497
Raw File
.codacy.yml
exclude_paths:
  - '**/3rdparty/**'
  - '**/engine/js/cvat-core.min.js'
  - '**/engine/js/unzip_imgs.js'
  - CHANGELOG.md
back to top