File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,15 @@ classifiers = [
2020dependencies = [
2121 " aiohttp>=3.12.9" ,
2222 " prometheus-client>=0.21.0" ,
23+ " mashumaro>=3.13.1" ,
2324]
2425
2526[project .optional-dependencies ]
2627dev = [
2728 " ruff==0.11.13" ,
29+ " aiohttp==3.12.12" ,
30+ " prometheus-client==0.22.1" ,
31+ " mashumaro==3.16" ,
2832]
2933
3034[project .urls ]
@@ -40,8 +44,15 @@ include = [
4044 " /pythonkuma" ,
4145]
4246
47+ [tool .hatch .envs .default ]
48+ dependencies = [
49+ " pythonkuma[dev]"
50+ ]
51+
4352[tool .hatch .envs .hatch-static-analysis ]
44- dependencies = [" ruff==0.11.13" ]
53+ dependencies = [
54+ " ruff==0.11.13" ,
55+ ]
4556config-path = " ruff.toml"
4657
4758[tool .pytest .ini_options ]
@@ -53,5 +64,6 @@ pythonpath = ["pythonkuma"]
5364
5465[tool .hatch .envs .hatch-test ]
5566extra-dependencies = [
56- " pytest-cov"
67+ " pythonkuma[dev]" ,
68+ " pytest-cov==6.1.1" ,
5769]
You can’t perform that action at this time.
0 commit comments