Skip to content

Commit 30cea15

Browse files
committed
Fix setup.py
1 parent 427ef12 commit 30cea15

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

setup.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,7 @@
3434
"mitmproxy>=10.3.0",
3535
"selenium>=4.0.0",
3636
],
37-
extras_require={
38-
"test": [
39-
"httpbin",
40-
"pytest",
41-
"pytest-cov"
42-
]
43-
}
37+
extras_require={"test": ["httpbin", "pytest", "pytest-cov"]},
4438
keywords="selenium-wire",
4539
name="selenium-wire",
4640
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),

0 commit comments

Comments
 (0)