Skip to content

Commit

Permalink
Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Nov 22, 2024
1 parent a9cceec commit 92019c7
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,9 @@ Tracker = "https://github.com/iluvcapra/py-ptsl/issues"
python = "^3.8"
grpcio = ">= 1.51.1"
protobuf = "~= 5.26.1"

[tool.poetry.group.dev]
optional = true

[tool.poetry.group.dev.dependencies]
grpcio-tools = {version=">= 1.53.0", extras=['dev']}

[tool.poetry.group.doc]
optional = true

[tool.poetry.group.doc.dependencies]
sphinx = {version= '>= 5.3.0', extras= ['doc']}
sphinx_rtd_theme = {version= '>= 1.1.1', extras= ['doc']}
grpcio-tools = {version=">= 1.53.0", extras =['dev'], optional=true}
sphinx_rtd_theme = {version= '>= 1.1.1', extras = ['doc'], optional=true}
sphinx = {version= '>= 5.3.0', extras = ['doc'], optional=true}

[tool.poetry.extras]
doc = ['sphinx', 'sphinx_rtd_theme']
Expand Down

0 comments on commit 92019c7

Please sign in to comment.