Add websockets dependency to Pipenv

This commit is contained in:
Zander M. 2024-08-17 00:44:51 -04:00
parent 094f2be181
commit 8ab3ae9ccd
No known key found for this signature in database
GPG Key ID: 8990C90B73B4B7A1
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ name = "pypi"
[packages]
orjson = "*"
"discord.py" = {extras = ["voice"], version = "*"}
websockets = "*"
[dev-packages]
mypy = "*"