Skip to content

Commit 1bacd6a

Browse files
committed
Remove now unused dependencies
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent d196348 commit 1bacd6a

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

mkdocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,8 @@ plugins:
116116
- https://docs.python.org/3/objects.inv
117117
- https://frequenz-floss.github.io/frequenz-channels-python/v0.16/objects.inv
118118
- https://frequenz-floss.github.io/frequenz-client-microgrid-python/v0.4/objects.inv
119-
- https://grpc.github.io/grpc/python/objects.inv
120119
- https://networkx.org/documentation/stable/objects.inv
121120
- https://numpy.org/doc/stable/objects.inv
122-
- https://protobuf.readthedocs.io/en/latest/objects.inv
123121
- https://typing-extensions.readthedocs.io/en/stable/objects.inv
124122
- https://watchfiles.helpmanual.io/objects.inv
125123
# Note this plugin must be loaded after mkdocstrings to be able to use macros

pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,8 @@ dependencies = [
3131
# (plugins.mkdocstrings.handlers.python.import)
3232
"frequenz-client-microgrid >= 0.4.0, < 0.5.0",
3333
"frequenz-channels >= 1.0.0-rc1, < 2.0.0",
34-
"google-api-python-client >= 2.71, < 3",
35-
"grpcio >= 1.60.1, < 2",
36-
"grpcio-tools >= 1.60.1, < 2",
3734
"networkx >= 2.8, < 4",
3835
"numpy >= 1.26.4, < 2",
39-
"protobuf >= 4.21.6, < 6",
4036
"pydantic >= 2.3, < 3",
4137
"timezonefinder >= 6.2.0, < 7",
4238
"tqdm >= 4.38.0, < 5",
@@ -72,7 +68,6 @@ dev-mkdocs = [
7268
]
7369
dev-mypy = [
7470
"mypy == 1.10.0",
75-
"grpc-stubs == 1.24.12", # This dependency introduces breaking changes in patch releases
7671
"types-Markdown == 3.6.0.20240316",
7772
"types-protobuf == 5.26.0.20240422",
7873
"types-setuptools == 70.0.0.20240524",
@@ -187,8 +182,6 @@ strict = true
187182
module = [
188183
"async_solipsism",
189184
"async_solipsism.*",
190-
"grpc.aio",
191-
"grpc.aio.*",
192185
"mkdocs_macros.*",
193186
# The available stubs packages are outdated or incomplete (WIP/experimental):
194187
# https://github.com/frequenz-floss/frequenz-sdk-python/issues/430

0 commit comments

Comments
 (0)