Add the websockets dependency to pyproject.toml

This commit is contained in:
sabaimran 2024-03-20 14:11:18 +05:30
parent 724557fc7b
commit 36af9776e6

View file

@ -76,6 +76,7 @@ dependencies = [
"django-phonenumber-field == 7.3.0",
"phonenumbers == 8.13.27",
"markdownify ~= 0.11.6",
"websockets == 12.0",
]
dynamic = ["version"]