Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"kivy == 2.1.0", # Mar 6, 2022
"psutil == 5.9.4", # Nov 7, 2022
"Pygments == 2.14.0", # Jan 1, 2023
"kivy_deps.sdl2 == 0.4.5; platform_system=='Windows'", # Feb 15, 2022. 0.5.0 (Sept 2002) and 0.5.1 (Oct 2022) cause audio playback issues
"kivy_deps.sdl2 == 0.6.0; platform_system=='Windows'", # Feb 15, 2022. 0.5.0 (Sept 2002) and 0.5.1 (Oct 2022) cause audio playback issues
"kivy_deps.glew == 0.3.1; platform_system=='Windows'", # Feb 15, 2022
"kivy_deps.gstreamer == 0.3.3; platform_system=='Windows'", # Jan 11, 2022
"ffpyplayer == 4.3.5" # Mar 29, 2022
Expand Down