1
0
Fork 0

Add bleak dependency

This commit is contained in:
Daniele Tricoli 2023-02-26 18:09:24 +01:00
parent 5ddd9fbd8b
commit 84a43fa364
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View file

@ -459,4 +459,4 @@ themes = ["ttkthemes"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "747b74a3556c3345ad176bc6139732609c6f7cd3471901200a8eafd129f6b308"
content-hash = "560c3ea6c8a1796eddc1aa2c9b132e4a770e125a3ffdfb864a39fc5d8aac1211"

View file

@ -22,6 +22,7 @@ prompt-toolkit = "^3.0.36"
asyncclick = "^8.1.3.4"
anyio = "^3.6.2"
ttkthemes = {version = "^3.2.2", optional = true}
bleak = "^0.19.5"
[tool.poetry.scripts]
freakble = "freakble.__main__:run"