fix problem of outdated colorama

This commit is contained in:
scito
2023-01-01 01:22:06 +01:00
parent 91b9b3671c
commit 13fcdcd022
6 changed files with 8 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ qrcode = "*"
pillow = "*"
qreader = "*"
opencv-contrib-python = "*"
colorama = "*"
colorama = ">=0.4.6"
# for macOS: opencv-contrib-python = "<=4.7.0"
# for PYTHON <= 3.7: typing_extensions = "*"