From 20d7ac31c98c61692d4d1e20ae0b71b70ac661cf Mon Sep 17 00:00:00 2001 From: jbannon Date: Wed, 27 Apr 2022 14:12:56 +0000 Subject: [PATCH] newlines for extra requires --- setup.cfg | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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