Lower pyside2 requirement as 5.11 also works.

This fixes compatibility issues with Debian Buster and Ubuntu Eoan.
This commit is contained in:
Daniel Wróbel 2020-06-01 19:45:07 +02:00 committed by GitHub
parent 89ce72d6cb
commit 692143b0a1
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.12.0
pyside2>=5.11.0
requests>=2.20.0; sys_platform == 'darwin'