We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389eea5 commit 4443b1aCopy full SHA for 4443b1a
1 file changed
pyproject.toml
@@ -52,13 +52,17 @@ Source = "https://github.com/psf/requests"
52
security = []
53
socks = ["PySocks>=1.5.6, !=1.5.7"]
54
use_chardet_on_py3 = ["chardet>=3.0.2,<8"]
55
+
56
+[dependency-groups]
57
test = [
58
"requests[socks]",
59
"pytest-httpbin==2.1.0",
60
+ "httpbin~=0.10.0",
61
"pytest-cov",
62
"pytest-mock",
63
"pytest-xdist",
- "pytest>=3"
64
+ "pytest>=3",
65
+ "trustme",
66
]
67
68
[tool.setuptools]
0 commit comments