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:
Daniel Wróbel 2020-06-07 18:32:40 +02:00 committed by GitHub
parent d4ac455624
commit 9484e1042f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
pyside2>=5.11.0
pyside2>=5.11.0,<5.15
requests>=2.20.0; sys_platform == 'darwin'