mirror of
https://github.com/iluvcapra/pycmx.git
synced 2026-01-02 09:50:55 +00:00
Removed second dependencies block
This commit is contained in:
@@ -27,13 +27,11 @@ documentation = "https://pycmx.readthedocs.io/"
|
|||||||
repository = "https://github.com/iluvcapra/pycmx.git"
|
repository = "https://github.com/iluvcapra/pycmx.git"
|
||||||
urls.Tracker = "https://github.com/iluvcapra/pycmx/issues"
|
urls.Tracker = "https://github.com/iluvcapra/pycmx/issues"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
|
||||||
python = "^3.8"
|
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
doc = ['sphinx', 'sphinx_rtd_theme']
|
doc = ['sphinx', 'sphinx_rtd_theme']
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
python = "^3.8"
|
||||||
sphinx = { version='>= 5.3.0', optional=true}
|
sphinx = { version='>= 5.3.0', optional=true}
|
||||||
sphinx_rtd_theme = {version ='>= 1.1.1', optional=true}
|
sphinx_rtd_theme = {version ='>= 1.1.1', optional=true}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user