add missing dep for rtd

This commit is contained in:
cloudwithax 2023-08-08 16:28:11 -04:00
parent e3fe1b52b2
commit b098b681be
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ repos:
rev: 23.3.0
hooks:
- id: black
language_version: python3.10
language_version: python3.11
- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
hooks:
@ -38,4 +38,4 @@ repos:
- id: pycln
default_language_version:
python: python3.10
python: python3.11

View File

@ -3,3 +3,4 @@ discord.py[voice]
furo
myst_parser
orjson
websockets