Skip to content

Commit 7407309

Browse files
authored
Packaging: DRY out extras definition (#7277)
1 parent bc04dfd commit 7407309

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ security = []
5353
socks = ["PySocks>=1.5.6, !=1.5.7"]
5454
use_chardet_on_py3 = ["chardet>=3.0.2,<8"]
5555
test = [
56+
"requests[socks]",
5657
"pytest-httpbin==2.1.0",
5758
"pytest-cov",
5859
"pytest-mock",
5960
"pytest-xdist",
60-
"PySocks>=1.5.6, !=1.5.7",
6161
"pytest>=3"
6262
]
6363

0 commit comments

Comments
 (0)