@@ -26,10 +26,8 @@ classifiers = [
2626 " Typing :: Typed" ,
2727]
2828requires-python = " >= 3.11, < 4"
29+ dependencies = [" typing-extensions >= 4.5.0, < 5" ]
2930# TODO(cookiecutter): Remove and add more dependencies if appropriate
30- dependencies = [
31- " typing-extensions >= 4.5.0, < 5" ,
32- ]
3331dynamic = [" version" ]
3432
3533[[project .authors ]]
@@ -64,18 +62,15 @@ dev-mypy = [
6462 # For checking the noxfile, docs/ script, and tests
6563 " frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]" ,
6664]
67- dev-noxfile = [
68- " nox == 2024.4.15" ,
69- " frequenz-repo-config[lib] == 0.9.1" ,
70- ]
65+ dev-noxfile = [" nox == 2024.4.15" , " frequenz-repo-config[lib] == 0.9.1" ]
7166dev-pylint = [
7267 # dev-pytest already defines a dependency to pylint because of the examples
7368 # For checking the noxfile, docs/ script, and tests
7469 " frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7570]
7671dev-pytest = [
7772 " pytest == 8.1.1" ,
78- " pylint == 3.1.0" , # We need this to check for the examples
73+ " pylint == 3.1.0" , # We need this to check for the examples
7974 " frequenz-repo-config[extra-lint-examples] == 0.9.1" ,
8075 " pytest-mock == 3.14.0" ,
8176 " pytest-asyncio == 0.23.6" ,
0 commit comments