fix setup.py

This commit is contained in:
Christian Mehlmauer 2022-11-01 17:20:25 +01:00 committed by GitHub
parent 5a9a4084a1
commit e54a0bbc97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ setup(
'pyusb',
'pyserial',
'pycryptodome',
'PySide2',
'PySide6',
'mock'
],
author='B. Kerler',