add websockets as a dependency (#504)

This commit is contained in:
Shuchang Zheng
2024-06-24 14:33:15 -07:00
committed by GitHub
parent 35e336d6f4
commit 6d2face353
2 changed files with 15 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ fpdf = "^1.7.2"
pypdf = "^4.2.0"
stripe = "^9.7.0"
tldextract = "^5.1.2"
websockets = "^12.0"
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"