Skip to content

Commit e764df5

Browse files
committed
build: include requests in test extras
1 parent 1e4e440 commit e764df5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ test = [
4949
"pytest-asyncio>=0.21.0",
5050
"pytest-cov>=4.1.0",
5151
"httpx>=0.25.0",
52+
"requests>=2.31.0",
5253
"pytest-mock>=3.12.0",
5354
]
5455
dev = [

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"pytest-asyncio>=0.21.0",
3838
"pytest-cov>=4.1.0",
3939
"httpx>=0.25.0",
40+
"requests>=2.31.0",
4041
"pytest-mock>=3.12.0",
4142
],
4243
"dev": [

0 commit comments

Comments
 (0)