Skip to content

Commit bcf3d95

Browse files
committed
Remove unused dependency dateutil
The modules were moved to client-dispatch Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 169d97b commit bcf3d95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ classifiers = [
3434
]
3535
requires-python = ">= 3.11, < 4"
3636
dependencies = [
37-
"python-dateutil >= 2.8.2, < 3.0",
3837
"typing-extensions >= 4.11.0, < 5.0.0",
3938
# Make sure to update the version for cross-referencing also in the
4039
# mkdocs.yml file when changing the version here (look for the config key
@@ -74,7 +73,6 @@ dev-mypy = [
7473
"mypy == 1.13.0",
7574
"grpc-stubs == 1.53.0.5", # This dependency introduces breaking changes in patch releases
7675
"types-Markdown == 3.7.0.20240822",
77-
"types-python-dateutil==2.9.0.20241003",
7876
# For checking the noxfile, docs/ script, and tests
7977
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8078
]

0 commit comments

Comments
 (0)