Skip to content

Commit 357df5c

Browse files
authored
fix: Update the setup.py (#36)
1 parent 834725f commit 357df5c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
extras_require={
3131
"http2": ["httpx[http2]"],
3232
},
33-
tests_require={
34-
"pytest-httpx",
35-
"pytest"
36-
},
33+
tests_require=["pytest-httpx", "pytest"],
3734
python_requires=">=3.8",
3835
)

0 commit comments

Comments
 (0)