Skip to content

Commit

Permalink
Added chardet to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalpoddar committed May 30, 2024
1 parent 0ff4e30 commit 4cc294c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cvat/requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ rq==1.15.1
rules>=3.3
Shapely==1.7.1
tensorflow==2.11.1 # Optional requirement of Datumaro. Use tensorflow-macos==2.8.0 for Mac M1
soundfile==0.12.1
soundfile==0.12.1
chardet==5.2.0
3 changes: 2 additions & 1 deletion cvat/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -408,4 +408,5 @@ setuptools==68.2.2
# tensorboard
# tensorflow

soundfile==0.12.1
soundfile==0.12.1
chardet==5.2.0
3 changes: 2 additions & 1 deletion cvat/requirements/development.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ pylint-plugin-utils==0.7
pylint==2.14.5
rope==0.17.0
snakeviz==2.1.0
soundfile==0.12.1
soundfile==0.12.1
chardet==5.2.0
1 change: 1 addition & 0 deletions cvat/requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ tornado==6.3.3
# via snakeviz

soundfile==0.12.1
chardet==5.2.0
# The following packages are considered to be unsafe in a requirements file:
1 change: 1 addition & 0 deletions cvat/requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ watchfiles==0.20.0
websockets==11.0.3
# via uvicorn
soundfile==0.12.1
chardet==5.2.0
# The following packages are considered to be unsafe in a requirements file:

0 comments on commit 4cc294c

Please sign in to comment.