Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DarwinsBuddy committed Aug 16, 2024
1 parent cdc38d3 commit 20059a9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
imutils==0.5.4
numpy==1.24.2
opencv-python==4.8.1.78
opencv-contrib-python==4.8.1.78
vidgear==0.3.2
PyYaml==6.0.1
tqdm==4.66.1
pygobject==3.46.0
playsound==1.3.0
numpy==2.1.0rc1
opencv-contrib-python==4.10.0.84
opencv-python==4.10.0.84
playsound==1.3.0
PyGObject==3.48.2
PyYAML==6.0.2
tqdm==4.66.5
vidgear==0.3.3
25 changes: 12 additions & 13 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
pytest==7.3.0
coverage==7.2.3
pylint==2.17.2
pytest-timeout==2.1.0
pytest-httpserver==1.0.8
pytest-asyncio==0.21.1

coverage==7.6.1
imutils==0.5.4
numpy==1.24.2
opencv-python==4.8.1.78
opencv-contrib-python==4.8.1.78
vidgear==0.3.2
PyYaml==6.0.1
tqdm==4.66.1
numpy==2.1.0rc1
opencv-contrib-python==4.10.0.84
opencv-python==4.10.0.84
pylint==3.2.6
pytest==8.3.2
pytest-asyncio==0.24.0a1
pytest-timeout==2.3.1
pytest_httpserver==1.1.0
PyYAML==6.0.2
tqdm==4.66.5
vidgear==0.3.3

0 comments on commit 20059a9

Please sign in to comment.