syncplay/requirements_gui.txt
LuK1337 24551e535b Use PySide6 for non-windows + python >= 3.12
PySide2 is dead and won't support Python 3.12 or newer.
2023-11-15 23:40:05 +01:00

4 lines
234 B
Plaintext

pyside2>=5.11.0; sys_platform != 'darwin' and (sys_platform == 'win32' or python_version < '3.12')
pyside6; sys_platform == 'darwin' or (sys_platform != 'win32' and python_version >= '3.12')
requests>=2.20.0; sys_platform == 'darwin'