syncplay/requirements_gui.txt
luk1337 fc0d2c5268
Use PySide6 for non-windows + python >= 3.12 (#645)
PySide2 is dead and won't support Python 3.12 or newer.
2023-11-24 00:27:36 +00: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'