We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4096e5d commit daa2bb7Copy full SHA for daa2bb7
2 files changed
pyproject.toml
@@ -32,9 +32,18 @@ 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
+ "flake8>=7.2.0",
44
+ "mypy>=1.15.0",
45
+ "pylint>=3.3.6",
46
+ "ruff>=0.11.6",
47
48
49
[project.urls]
0 commit comments