Skip to content

Commit 8669e38

Browse files
committed
Sort dependencies in pyproject.toml
This makes it easier to search for a particular dependency. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 2cf8d6c commit 8669e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ dependencies = [
4141
"click >= 8.1.8, < 9",
4242
"entsoe-py >= 0.6.16, < 1",
4343
"frequenz-api-common >= 0.6.5, < 0.8.0",
44-
"grpcio >= 1.72.1, < 2",
44+
"frequenz-api-electricity-trading >= 0.8.0, < 0.9.0",
4545
"frequenz-channels >= 1.6.1, < 2",
4646
"frequenz-client-base >= 0.11.0, < 0.12.0",
4747
"frequenz-client-common >= 0.1.0, < 0.4.0",
48-
"frequenz-api-electricity-trading >= 0.8.0, < 0.9.0",
48+
"grpcio >= 1.72.1, < 2",
4949
"protobuf >= 6.31.1, < 8", # Do not widen beyond 8!
5050
]
5151
dynamic = ["version"]

0 commit comments

Comments
 (0)