55requires = [
66 " setuptools == 68.1.0" ,
77 " setuptools_scm[toml] == 7.1.0" ,
8- " frequenz-repo-config[lib] == 0.5.2" ,
8+ # "frequenz-repo-config[lib] == 0.5.2",
9+ " frequenz-repo-config[lib]@git+https://github.com/llucax/frequenz-repo-config-python@mypy" ,
910]
1011build-backend = " setuptools.build_meta"
1112
@@ -65,7 +66,8 @@ dev-mkdocs = [
6566 " mkdocs-material == 9.2.5" ,
6667 " mkdocs-section-index == 0.3.5" ,
6768 " mkdocstrings[python] == 0.22.0" ,
68- " frequenz-repo-config[lib] == 0.5.2" ,
69+ # "frequenz-repo-config[lib] == 0.5.2",
70+ " frequenz-repo-config[lib]@git+https://github.com/llucax/frequenz-repo-config-python@mypy" ,
6971]
7072dev-mypy = [
7173 " mypy == 1.5.1" ,
@@ -81,15 +83,20 @@ dev-mypy = [
8183 # For checking the noxfile, docs/ script, and tests
8284 " frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8385]
84- dev-noxfile = [" nox == 2023.4.22" , " frequenz-repo-config[lib] == 0.5.2" ]
86+ dev-noxfile = [
87+ " nox == 2023.4.22" ,
88+ # "frequenz-repo-config[lib] == 0.5.2",
89+ " frequenz-repo-config[lib]@git+https://github.com/llucax/frequenz-repo-config-python@mypy" ,
90+ ]
8591dev-pylint = [
8692 " pylint == 2.17.5" ,
8793 # For checking the noxfile, docs/ script, and tests
8894 " frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8995]
9096dev-pytest = [
9197 " pytest == 7.4.0" ,
92- " frequenz-repo-config[extra-lint-examples] == 0.5.2" ,
98+ # "frequenz-repo-config[extra-lint-examples] == 0.5.2",
99+ " frequenz-repo-config[extra-lint-examples]@git+https://github.com/llucax/frequenz-repo-config-python@mypy" ,
93100 " pytest-mock == 3.11.1" ,
94101 " pytest-asyncio == 0.21.1" ,
95102 " time-machine == 2.12.0" ,
0 commit comments