diff --git a/extra/requirements_linux.txt b/extra/requirements_linux.txt index 42994c8fc..2e1d3bfd4 100644 --- a/extra/requirements_linux.txt +++ b/extra/requirements_linux.txt @@ -6,8 +6,8 @@ Pillow PlexAPI PyGObject pylast>=3.1.0 -PySDL2 -pysdl2-dll +PySDL3 +#pysdl3-dll requests Send2Trash unidecode diff --git a/extra/requirements_macos.txt b/extra/requirements_macos.txt index ea95c3c5f..6ec12c2ff 100644 --- a/extra/requirements_macos.txt +++ b/extra/requirements_macos.txt @@ -5,8 +5,8 @@ Pillow PlexAPI PyGObject pylast>=3.1.0 -PySDL2 -pysdl2-dll +PySDL3 +#pysdl3-dll requests Send2Trash unidecode diff --git a/extra/requirements_windows.txt b/extra/requirements_windows.txt index 8267eb981..feeca809a 100644 --- a/extra/requirements_windows.txt +++ b/extra/requirements_windows.txt @@ -9,8 +9,8 @@ PlexAPI PyGObject pyinstaller pylast>=3.1.0 -PySDL2 -pysdl2-dll +PySDL3 +#pysdl3-dll requests Send2Trash unidecode diff --git a/requirements.txt b/requirements.txt index bde48cca3..28c6efe52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,8 @@ Pillow PlexAPI PyGObject pylast>=3.1.0 -PySDL2 -pysdl2-dll # Don't rely on system SDL2 https://github.com/py-sdl/py-sdl2#requirements +PySDL3 +#pysdl3-dll # Don't rely on system SDL2 https://github.com/py-sdl/py-sdl2#requirements #python-magic # optional requests Send2Trash