Skip to content

Commit 2ba37dd

Browse files
committed
Prepare dependencies for dispatch
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 080dddd commit 2ba37dd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ description = "A highlevel interface for the dispatch API"
1515
readme = "README.md"
1616
license = { text = "MIT" }
1717
keywords = ["frequenz", "python", "actor", "frequenz-dispatch", "dispatch", "highlevel", "api"]
18-
# TODO(cookiecutter): Remove and add more classifiers if appropriate
1918
classifiers = [
2019
"Development Status :: 3 - Alpha",
2120
"Intended Audience :: Developers",
@@ -26,21 +25,23 @@ classifiers = [
2625
"Typing :: Typed",
2726
]
2827
requires-python = ">= 3.11, < 4"
29-
# TODO(cookiecutter): Remove and add more dependencies if appropriate
3028
dependencies = [
31-
"typing-extensions == 4.5.0",
29+
"typing-extensions == 4.6.1",
3230
# Make sure to update the version for cross-referencing also in the
3331
# mkdocs.yml file when changing the version here (look for the config key
3432
# plugins.mkdocstrings.handlers.python.import)
35-
"frequenz-sdk == 0.25.0",
33+
"frequenz-sdk == v1.0.0-rc5",
34+
"frequenz-dispatch-client @ git+https://github.com/frequenz-floss/frequenz-dispatch-client-python.git@3023f2d",
35+
"frequenz-client-base @ git+https://github.com/frequenz-floss/frequenz-client-base-python.git@57d3093",
36+
"frequenz-client-common @ git+https://github.com/frequenz-floss/frequenz-client-common-python.git@5e6e7b7",
37+
"frequenz-api-dispatch @ git+https://github.com/frequenz-floss/frequenz-api-dispatch.git@223315c",
3638
]
3739
dynamic = ["version"]
3840

3941
[[project.authors]]
4042
name = "Frequenz Energy-as-a-Service GmbH"
4143
4244

43-
# TODO(cookiecutter): Remove and add more optional dependencies if appropriate
4445
[project.optional-dependencies]
4546
dev-flake8 = [
4647
"flake8 == 7.0.0",

0 commit comments

Comments
 (0)