diff --git a/setup.cfg b/setup.cfg index 24b42871..a0215047 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,6 +31,13 @@ install_requires = yt-dlp==2022.4.8 [options.extras_require] -test = coverage==6.3.2; pytest==7.1.1 -lint = black==22.3.0; isort==5.10.1; pylint==2.13.5 -docs = sphinx==4.5.0; sphinx-rtd-theme==1.0.0 +test = + coverage==6.3.2 + pytest==7.1.1 +lint = + black==22.3.0 + isort==5.10.1 + pylint==2.13.5 +docs = + sphinx==4.5.0 + sphinx-rtd-theme==1.0.0