File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,6 @@ dependencies = [
2323 " mashumaro>=3.13.1" ,
2424]
2525
26- [project .optional-dependencies ]
27- dev = [
28- " ruff==0.11.13" ,
29- " aiohttp==3.12.12" ,
30- " prometheus-client==0.22.1" ,
31- " mashumaro==3.16" ,
32- " mkdocs-material==9.6.14" ,
33- " mkdocstrings[python]==0.29.1" ,
34- ]
35-
3626[project .urls ]
3727Source = " https://github.com/tr4nt0r/pythonkuma"
3828Documentation = " https://tr4nt0r.github.io/pythonkuma"
@@ -49,7 +39,12 @@ include = [
4939
5040[tool .hatch .envs .default ]
5141dependencies = [
52- " pythonkuma[dev]"
42+ " ruff==0.11.13" ,
43+ " aiohttp==3.12.12" ,
44+ " prometheus-client==0.22.1" ,
45+ " mashumaro==3.16" ,
46+ " mkdocs-material==9.6.14" ,
47+ " mkdocstrings[python]==0.29.1" ,
5348]
5449
5550[tool .hatch .envs .hatch-static-analysis ]
@@ -67,7 +62,6 @@ pythonpath = ["pythonkuma"]
6762
6863[tool .hatch .envs .hatch-test ]
6964extra-dependencies = [
70- " pythonkuma[dev]" ,
7165 " pytest-cov==6.1.1" ,
7266]
7367
You can’t perform that action at this time.
0 commit comments