Skip to content

Commit

Permalink
fix(deps): add yarl dependency
Browse files Browse the repository at this point in the history
The `yarl` dependency was initially only used in the test suite, but a
previous commit made use of yarl's `URL` class and forgot to promote
`yarl` to a main dependency of Pact Python.

Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Oct 30, 2023
1 parent e9e2ff6 commit dc655f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies = [
"six ~= 1.0",
"typing-extensions ~= 4.0 ; python_version < '3.10'",
"uvicorn ~= 0.0",
"yarl ~= 1.0",
]

[project.urls]
Expand Down Expand Up @@ -72,7 +73,6 @@ test = [
"pytest-asyncio ~= 0.0",
"pytest-cov ~= 4.0",
"testcontainers ~= 3.0",
"yarl ~= 1.0",
]
dev = [
"pact-python[types]",
Expand Down

0 comments on commit dc655f6

Please sign in to comment.