We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45af2fd commit dc243afCopy full SHA for dc243af
2 files changed
pyproject.toml
@@ -34,9 +34,17 @@ classifiers = [
34
"Topic :: Internet :: Proxy Servers",
35
]
36
37
-[project.optional-dependencies]
38
-test = [
+[dependency-groups]
+dev = [
39
+ "pytest>=8.3.5",
40
"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",
48
49
50
[tool.ruff.lint]
0 commit comments