Skip to content

Commit 274b775

Browse files
committed
move tools to pyproject.toml dev group
1 parent 69d3ee2 commit 274b775

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,10 @@ dependencies = [
4242
"loguru>=0.7.2,<0.8",
4343
"asgi-correlation-id>=4.3.4,<5",
4444
"tabulate>=0.9.0,<0.10",
45-
"pytest>=8.3.3,<9",
4645
"httpx>=0.27.2,<0.28",
47-
"pytest-asyncio>=0.24.0,<0.25",
4846
"pycryptodome>=3.21.0,<4",
4947
"aiofiles>=24.1.0,<25",
5048
"six>=1.16.0,<2",
51-
"pylint>=3.3.0,<4",
5249
]
5350

5451
[project.urls]
@@ -104,6 +101,12 @@ include = [
104101
requires = ["hatchling"]
105102
build-backend = "hatchling.build"
106103

104+
[dependency-groups]
105+
dev = [
106+
"pytest>=8.3.3,<9",
107+
"pytest-asyncio>=0.24.0,<0.25",
108+
"pylint>=3.3.0,<4",
109+
]
107110

108111
[tool.pytest.ini_options]
109112
markers = ['unit', 'integration']

uv.lock

Lines changed: 14 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)