Skip to content

Commit a7305e9

Browse files
committed
Add optional dependencies for actor, app and lib
For now they are empty, but they are necessary to avoid the users getting a warning about non-existing optional depedencies. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 95482af commit a7305e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@ name = "Frequenz Energy-as-a-Service GmbH"
3737
3838

3939
[project.optional-dependencies]
40+
actor = []
4041
api = [
4142
"grpcio-tools >= 1.47.0, < 2",
4243
"mypy-protobuf >= 3.0.0, < 4",
4344
"setuptools >= 67.6.0, < 68",
4445
]
46+
app = []
47+
lib = []
4548
dev-docs-gen = [
4649
"mike == 1.1.2",
4750
"mkdocs-gen-files == 0.4.0",

0 commit comments

Comments
 (0)