mirror of
https://github.com/Syncplay/syncplay
synced 2025-01-18 13:01:02 +00:00
fc0d2c5268
PySide2 is dead and won't support Python 3.12 or newer.
4 lines
234 B
Plaintext
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'
|