@@ -15,7 +15,6 @@ description = "A highlevel interface for the dispatch API"
15
15
readme = " README.md"
16
16
license = { text = " MIT" }
17
17
keywords = [" frequenz" , " python" , " actor" , " frequenz-dispatch" , " dispatch" , " highlevel" , " api" ]
18
- # TODO(cookiecutter): Remove and add more classifiers if appropriate
19
18
classifiers = [
20
19
" Development Status :: 3 - Alpha" ,
21
20
" Intended Audience :: Developers" ,
@@ -26,21 +25,23 @@ classifiers = [
26
25
" Typing :: Typed" ,
27
26
]
28
27
requires-python = " >= 3.11, < 4"
29
- # TODO(cookiecutter): Remove and add more dependencies if appropriate
30
28
dependencies = [
31
29
" typing-extensions == 4.10.0" ,
32
30
# Make sure to update the version for cross-referencing also in the
33
31
# mkdocs.yml file when changing the version here (look for the config key
34
32
# plugins.mkdocstrings.handlers.python.import)
35
- " frequenz-sdk == 0.25.2" ,
33
+ " frequenz-sdk == v1.0.0-rc5" ,
34
+ " frequenz-dispatch-client @ git+https://github.com/frequenz-floss/frequenz-client-dispatch-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" ,
36
38
]
37
39
dynamic = [" version" ]
38
40
39
41
[[project .authors ]]
40
42
name = " Frequenz Energy-as-a-Service GmbH"
41
43
42
44
43
- # TODO(cookiecutter): Remove and add more optional dependencies if appropriate
44
45
[project .optional-dependencies ]
45
46
dev-flake8 = [
46
47
" flake8 == 7.0.0" ,
0 commit comments