Skip to content

Commit

Permalink
Remove protobuf compiler dependency, only needed for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnchaC committed Oct 28, 2024
1 parent bc09e2a commit 8e895d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"cryptography >=42.0.5",
"pyyaml >=6.0",
"pyahocorasick >= 2.0.0",
"betterproto[compiler] >=1.2.0",
"betterproto >=1.2.0",
]
requires-python = ">= 3.8"

Expand Down

0 comments on commit 8e895d3

Please sign in to comment.