newlines for extra requires

This commit is contained in:
jbannon 2022-04-27 14:12:56 +00:00
parent 9d0d1e3e3a
commit 20d7ac31c9

View file

@ -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