Skip to content

Commit

Permalink
Fix TOML indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Jan 28, 2024
1 parent e09db2d commit a763aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name = "dispatch-sdk"
dynamic = ["version"]
requires-python = ">= 3.11"
dependencies = [
"grpcio==1.60.0",
"protobuf==4.25.2"
"grpcio==1.60.0",
"protobuf==4.25.2"
]

[project.optional-dependencies]
Expand Down

0 comments on commit a763aed

Please sign in to comment.