Skip to content

Commit 70aca90

Browse files
committed
fix(deps): drop requests-mock from runtime deps
requests-mock is only imported by tests and does not belong in runtime dependencies. It was originally added as a test-only dependency and was accidentally promoted into project.dependencies during the hatchling migration in 5e47f8b. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
1 parent ae65fdb commit 70aca90

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ dependencies = [
4444
"rich",
4545
"requests",
4646
"resolvelib",
47-
"requests-mock",
4847
"starlette",
4948
"stevedore",
5049
"tomlkit",

0 commit comments

Comments
 (0)