Skip to content

Commit 1d5c6bb

Browse files
committed
Prepare dependencies for client
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 1eea5df commit 1d5c6bb

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

pyproject.toml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,17 @@ classifiers = [
2626
]
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
29-
"typing-extensions >= 4.5.0, < 5",
30-
"frequenz-api-dispatch >= 0.12.0, < 0.13",
31-
"frequenz-client-base >= 0.1.0, < 0.2",
29+
"typing-extensions >= 4.6.1, < 5",
30+
# Use direct commit until release
31+
"frequenz-api-dispatch @ git+https://github.com/frequenz-floss/frequenz-api-dispatch.git@223315c",
32+
# "frequenz-api-dispatch >= 0.13.0, < 0.14",
33+
# Directly use unreleased commit until the next release
34+
"frequenz-client-base @ git+https://github.com/frequenz-floss/frequenz-client-base-python.git@57d3093",
35+
# "frequenz-client-base >= 0.1.0, < 0.2",
36+
# Directly use unreleased/unmerged commit until the first release
37+
"frequenz-client-common @ git+https://github.com/frequenz-floss/frequenz-client-common-python.git@5e6e7b7",
38+
# "frequenz-client-common == 0.1.0",
39+
"grpcio >= 1.54.2, < 2"
3240
]
3341
dynamic = ["version"]
3442

@@ -61,6 +69,7 @@ dev-mypy = [
6169
"types-Markdown == 3.4.2.10",
6270
# For checking the noxfile, docs/ script, and tests
6371
"frequenz-dispatch-client[dev-mkdocs,dev-noxfile,dev-pytest]",
72+
"grpc-stubs == 1.53.0.2",
6473
]
6574
dev-noxfile = [
6675
"nox == 2023.4.22",
@@ -70,6 +79,7 @@ dev-pylint = [
7079
"pylint == 3.0.2",
7180
# For checking the noxfile, docs/ script, and tests
7281
"frequenz-dispatch-client[dev-mkdocs,dev-noxfile,dev-pytest]",
82+
"frequenz-api-dispatch @ git+https://github.com/frequenz-floss/frequenz-api-dispatch.git@223315c",
7383
]
7484
dev-pytest = [
7585
"pytest == 7.4.2",

0 commit comments

Comments
 (0)