Skip to content

Commit e994f8f

Browse files
authored
Move dependencies to hatch default environment (#52)
1 parent 0c7ae32 commit e994f8f

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

pyproject.toml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff 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]
3727
Source = "https://github.com/tr4nt0r/pythonkuma"
3828
Documentation = "https://tr4nt0r.github.io/pythonkuma"
@@ -49,7 +39,12 @@ include = [
4939

5040
[tool.hatch.envs.default]
5141
dependencies = [
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]
6964
extra-dependencies = [
70-
"pythonkuma[dev]",
7165
"pytest-cov==6.1.1",
7266
]
7367

0 commit comments

Comments
 (0)