Merge pull request #590 from proyvind/pycryptodomex

add missing dependency on pycryptodomex
This commit is contained in:
Bjoern Kerler 2023-01-17 16:18:27 +01:00 committed by GitHub
commit 7e08d1814d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ setup(
'pyusb',
'pyserial',
'pycryptodome',
'pycryptodomex',
'PySide6',
'mock'
],