mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-17 15:51:45 +01:00
add typing_extensions for compatibility
This commit is contained in:
@@ -4,3 +4,4 @@ Pillow
|
||||
qreader
|
||||
opencv-python
|
||||
pyzbar
|
||||
typing_extensions # PYTHON < 3.11: add types
|
||||
|
||||
4
setup.py
4
setup.py
@@ -53,7 +53,9 @@ setup(
|
||||
'qrcode',
|
||||
'Pillow',
|
||||
'qreader',
|
||||
'opencv-python'
|
||||
'pyzbar',
|
||||
'opencv-python',
|
||||
'typing_extensions' # PYTHON < 3.11: add types
|
||||
],
|
||||
|
||||
project_urls={
|
||||
|
||||
Reference in New Issue
Block a user