Skip to content

Commit d6460ac

Browse files
committed
Add common client and reporting API dependencies
Signed-off-by: cwasicki <[email protected]>
1 parent 5a0acd1 commit d6460ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ requires-python = ">= 3.11, < 4"
2929
# TODO(cookiecutter): Remove and add more dependencies if appropriate
3030
dependencies = [
3131
"typing-extensions >= 4.5.0, < 5",
32+
"frequenz-api-reporting >= 0.1.1, < 1",
33+
"frequenz-client-common @ git+https://github.com/frequenz-floss/[email protected]",
3234
]
3335
dynamic = ["version"]
3436

0 commit comments

Comments
 (0)