Skip to content

Commit a76857d

Browse files
committed
chore: drop cffi dependency
Since the FFI has been moved into its own standalone `pact-python-ffi` package, the core Pact Python library has no need for `cffi`. Signed-off-by: JP-Ellis <[email protected]>
1 parent 88cb896 commit a76857d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ dependencies = [
4343
# Pact dependencies
4444
"pact-python-ffi~=0.4.0",
4545
# External dependencies
46-
"cffi~=2.0",
4746
"yarl~=1.0",
4847
]
4948

@@ -118,7 +117,6 @@ test = [
118117
]
119118
types = [
120119
"mypy==1.18.2",
121-
"types-cffi~=1.0",
122120
"types-grpcio~=1.0",
123121
"types-protobuf~=6.0",
124122
"types-requests~=2.0",

0 commit comments

Comments
 (0)