add missing dep for rtd
This commit is contained in:
parent
e3fe1b52b2
commit
b098b681be
|
|
@ -14,7 +14,7 @@ repos:
|
||||||
rev: 23.3.0
|
rev: 23.3.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
language_version: python3.10
|
language_version: python3.11
|
||||||
- repo: https://github.com/asottile/blacken-docs
|
- repo: https://github.com/asottile/blacken-docs
|
||||||
rev: 1.13.0
|
rev: 1.13.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
@ -38,4 +38,4 @@ repos:
|
||||||
- id: pycln
|
- id: pycln
|
||||||
|
|
||||||
default_language_version:
|
default_language_version:
|
||||||
python: python3.10
|
python: python3.11
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,4 @@ discord.py[voice]
|
||||||
furo
|
furo
|
||||||
myst_parser
|
myst_parser
|
||||||
orjson
|
orjson
|
||||||
|
websockets
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue