55requires = [
66 " setuptools == 80.9.0" ,
77 " setuptools_scm[toml] == 9.2.2" ,
8- " frequenz-repo-config[lib] == 0.13.6 " ,
8+ " frequenz-repo-config[lib] == 0.16.0 " ,
99]
1010build-backend = " setuptools.build_meta"
1111
1212[project ]
1313name = " frequenz-client-assets"
1414description = " Assets API client for Python"
1515readme = " README.md"
16- license = { text = " MIT" }
16+ license = " MIT"
17+ license-files = [" LICENSE" ]
1718keywords = [
1819 " frequenz" ,
1920 " python" ,
@@ -28,7 +29,6 @@ keywords = [
2829classifiers = [
2930 " Development Status :: 3 - Alpha" ,
3031 " Intended Audience :: Developers" ,
31- " License :: OSI Approved :: MIT License" ,
3232 " Programming Language :: Python :: 3" ,
3333 " Programming Language :: Python :: 3 :: Only" ,
3434 " Topic :: Software Development :: Libraries" ,
@@ -56,6 +56,7 @@ email = "floss@frequenz.com"
5656cli = [" asyncclick == 8.3.0.4" ]
5757dev-flake8 = [
5858 " flake8 == 7.3.0" ,
59+ " flake8-datetimez == 20.10.0" ,
5960 " flake8-docstrings == 1.7.0" ,
6061 " flake8-pyproject == 1.2.4" , # For reading the flake8 config from pyproject.toml
6162 " pydoclint == 0.7.6" ,
@@ -72,7 +73,7 @@ dev-mkdocs = [
7273 " mkdocs-material == 9.7.5" ,
7374 " mkdocstrings[python] == 1.0.3" ,
7475 " mkdocstrings-python == 1.18.2" ,
75- " frequenz-repo-config[lib] == 0.13.6 " ,
76+ " frequenz-repo-config[lib] == 0.16.0 " ,
7677]
7778dev-mypy = [
7879 " mypy == 1.19.1" ,
@@ -82,7 +83,7 @@ dev-mypy = [
8283 # For checking the noxfile, docs/ script, and tests
8384 " frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest,cli]" ,
8485]
85- dev-noxfile = [" nox == 2025.5.1" , " frequenz-repo-config[lib] == 0.13.6 " ]
86+ dev-noxfile = [" nox == 2025.5.1" , " frequenz-repo-config[lib] == 0.16.0 " ]
8687dev-pylint = [
8788 # dev-pytest already defines a dependency to pylint because of the examples
8889 # For checking the noxfile, docs/ script, and tests
@@ -91,7 +92,7 @@ dev-pylint = [
9192dev-pytest = [
9293 " pytest == 8.4.2" ,
9394 " pylint == 3.3.8" , # We need this to check for the examples
94- " frequenz-repo-config[extra-lint-examples] == 0.13.6 " ,
95+ " frequenz-repo-config[extra-lint-examples] == 0.16.0 " ,
9596 " pytest-mock == 3.15.1" ,
9697 " pytest-asyncio == 1.2.0" ,
9798 " async-solipsism == 0.8" ,
0 commit comments