newlines for extra requires
This commit is contained in:
parent
9d0d1e3e3a
commit
20d7ac31c9
1 changed files with 10 additions and 3 deletions
13
setup.cfg
13
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue