mirror of https://github.com/Syncplay/syncplay
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.
This commit is contained in:
parent
d4ac455624
commit
9484e1042f
|
@ -1,2 +1,2 @@
|
|||
pyside2>=5.11.0
|
||||
pyside2>=5.11.0,<5.15
|
||||
requests>=2.20.0; sys_platform == 'darwin'
|
||||
|
|
Loading…
Reference in New Issue