syncplay/requirements_gui.txt
Daniel Wróbel 9484e1042f
Exclude pyside2 5.15 from requirements.
This should hopefully prevent #321 from occurring in automatically built packages.

This is a temporary measure that should be reversed when pyside2 5.15.1 is released as it should include fix for the problem.
2020-06-07 18:32:40 +02:00

3 lines
65 B
Plaintext

pyside2>=5.11.0,<5.15
requests>=2.20.0; sys_platform == 'darwin'