Make pyqrcode optional

This commit is contained in:
Ian McEwen
2024-12-12 21:01:38 -07:00
parent 31f322f1c2
commit d87eddfd33
3 changed files with 13 additions and 6 deletions

View File

@@ -10,13 +10,13 @@ readme = "README.md"
python = "^3.9,<3.14" # 3.9 is needed for pandas, bleak requires <3.14
pyserial = "^3.5"
protobuf = ">=4.21.12"
pyqrcode = "^1.2.1"
tabulate = "^0.9.0"
requests = "^2.31.0"
pyyaml = "^6.0.1"
pypubsub = "^4.0.3"
bleak = "^0.22.3"
packaging = "^24.0"
pyqrcode = { version = "^1.2.1", optional = true }
dotmap = { version = "^1.3.30", optional = true }
print-color = { version = "^0.4.6", optional = true }
dash = { version = "^2.17.1", optional = true }