WebBroadcastableMessage

This commit is contained in:
BarsTiger
2023-07-17 15:41:15 +03:00
parent 36d956af09
commit 95dd77d878
4 changed files with 123 additions and 30 deletions

View File

@@ -14,6 +14,10 @@ cryptography = "^41.0.2"
attrs = "^23.1.0"
[tool.poetry.dev-dependencies]
rich = "^13.4.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"