55requires = [
66 " setuptools == 67.7.2" ,
77 " setuptools_scm[toml] == 7.1.0" ,
8- " frequenz-repo-config[lib] == 0.3 .0" ,
8+ " frequenz-repo-config[lib] == 0.4 .0" ,
99]
1010build-backend = " setuptools.build_meta"
1111
@@ -14,7 +14,7 @@ name = "frequenz-channels"
1414description = " Channel implementations for Python"
1515readme = " README.md"
1616license = { text = " MIT" }
17- keywords = [" frequenz" , " python" , " lib" , " channels" , " channel" ]
17+ keywords = [" frequenz" , " python" , " lib" , " library " , " channels" , " channel" ]
1818classifiers = [
1919 " Development Status :: 3 - Alpha" ,
2020 " Intended Audience :: Developers" ,
@@ -49,14 +49,14 @@ dev-mkdocs = [
4949 " mkdocs-material == 9.1.21" ,
5050 " mkdocs-section-index == 0.3.5" ,
5151 " mkdocstrings[python] == 0.22.0" ,
52- " frequenz-repo-config[lib] == 0.3 .0" ,
52+ " frequenz-repo-config[lib] == 0.4 .0" ,
5353]
5454dev-mypy = [
5555 " mypy == 1.4.1" ,
5656 # For checking the noxfile, docs/ script, and tests
5757 " frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]" ,
5858]
59- dev-noxfile = [" nox == 2023.4.22" , " frequenz-repo-config[lib] == 0.3 .0" ]
59+ dev-noxfile = [" nox == 2023.4.22" , " frequenz-repo-config[lib] == 0.4 .0" ]
6060dev-pylint = [
6161 " pylint == 2.17.5" ,
6262 # For checking the noxfile, docs/ script, and tests
0 commit comments