Allow PySide2 5.15.1

PySide2 5.15.1 was released, which should fix the external bug causing #321
This commit is contained in:
Daniel Wróbel 2020-09-13 20:10:07 +02:00 committed by GitHub
parent 28069a150c
commit 55b4cfba35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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