Skip to content

Commit 1176e12

Browse files
committed
Updated setup.cfg: Added httpx from requirements
1 parent 538b69a commit 1176e12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ install_requires=[
2727
"requests>=2.26.0",
2828
"responses==0.14.0",
2929
"pytest-cov==3.0.0",
30-
"pydantic==1.8.2"
30+
"pydantic==1.8.2",
31+
"httpx==0.27.2"
3132
]
3233

3334
python_requires = >=3.7

0 commit comments

Comments
 (0)