Skip to content

Commit 0c7409e

Browse files
committed
Add dev deps to pyproject.toml
1 parent 45af2fd commit 0c7409e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

pyproject.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,17 @@ classifiers = [
3434
"Topic :: Internet :: Proxy Servers",
3535
]
3636

37-
[project.optional-dependencies]
38-
test = [
37+
[dependency-groups]
38+
dev = [
39+
"pytest==8.3.5",
3940
"pytest-httpserver>=1.0.10",
41+
"types-requests>=2.32.0.20250328",
42+
]
43+
lint = [
44+
"black==25.1.0",
45+
"mypy==1.15.0",
46+
"pylint==3.3.6",
47+
"ruff==0.11.6",
4048
]
4149

4250
[tool.ruff.lint]

0 commit comments

Comments
 (0)