File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,15 @@ dependencies = [
2424 " typer>=0.12.5" ,
2525]
2626
27+ [dependency-groups ]
28+ dev = [
29+ " mypy>=1.13.0" ,
30+ " pre-commit>=4.0.1" ,
31+ " pytest>=8.3.3" ,
32+ " requests-mock>=1.12.1" ,
33+ " types-requests>=2.32.0.20241016" ,
34+ ]
35+
2736[project .urls ]
2837Changelog = " https://github.com/tomsquest/mediathequeroubaix.py/blob/master/CHANGELOG.md"
2938Releases = " https://github.com/tomsquest/mediathequeroubaix.py/releases"
@@ -36,13 +45,9 @@ mediathequeroubaix = "mediathequeroubaix.main:app"
3645requires = [" hatchling" ]
3746build-backend = " hatchling.build"
3847
39- [dependency-groups ]
40- dev = [
41- " mypy>=1.13.0" ,
42- " pre-commit>=4.0.1" ,
43- " pytest>=8.3.3" ,
44- " requests-mock>=1.12.1" ,
45- " types-requests>=2.32.0.20241016" ,
48+ [tool .hatch .build .targets .sdist ]
49+ include = [
50+ " /src" ,
4651]
4752
4853[tool .mypy ]
You can’t perform that action at this time.
0 commit comments