We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4096e5d commit 695183bCopy full SHA for 695183b
2 files changed
pyproject.toml
@@ -32,9 +32,17 @@ classifiers = [
32
"Topic :: Internet :: WWW/HTTP",
33
]
34
35
-[project.optional-dependencies]
36
-test = [
+[dependency-groups]
+dev = [
37
+ "pytest>=8.3.5",
38
"pytest-httpserver>=1.0.10",
39
+ "types-requests>=2.32.0.20250328",
40
+]
41
+lint = [
42
+ "black>=25.1.0",
43
+ "mypy>=1.15.0",
44
+ "pylint>=3.3.6",
45
+ "ruff>=0.11.6",
46
47
48
[project.urls]
0 commit comments