Skip to content

Commit

Permalink
group.dev.dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Jan 30, 2025
1 parent 51f4b66 commit 2011cbf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ python-dateutil = { version = "^2.8.2", python = "<3.11" }
types-protobuf = ">=3.20"
typing-extensions = "^4.2.0"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
cibuildwheel = "^2.22.0"
grpcio-tools = "^1.48.2"
mypy = "^1.0.0"
Expand All @@ -64,9 +64,6 @@ wheel = "^0.42.0"
opentelemetry = ["opentelemetry-api", "opentelemetry-sdk"]
grpc = ["grpcio"]

[tool.poetry.group.dev.dependencies]
ruff = "^0.5.0"

[tool.poe.tasks]
build-develop = "python scripts/setup_bridge.py develop"
build-develop-with-release = { cmd = "python scripts/setup_bridge.py develop", env = { TEMPORAL_BUILD_RELEASE = "1" }}
Expand Down

0 comments on commit 2011cbf

Please sign in to comment.