mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 17:00:41 +00:00
Fixing doc dependencies I think
This commit is contained in:
@@ -48,8 +48,8 @@ wavinfo = 'wavinfo.__main__:main'
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
lxml = "~= 5.3.0"
|
lxml = "~= 5.3.0"
|
||||||
sphinx_rtd_theme = {version= '>= 1.1.1', optional=true}
|
sphinx_rtd_theme = {version= '>= 1.1.1', optional=true, extras=['doc']}
|
||||||
sphinx = {version= '>= 5.3.0', optional=true}
|
sphinx = {version= '>= 5.3.0', optional=true, extras=['doc']}
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
typeCheckingMode = "basic"
|
typeCheckingMode = "basic"
|
||||||
|
|||||||
Reference in New Issue
Block a user