From 40c805ef308529a98d5bd1a6e51b83517f6336b7 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Sat, 26 Oct 2024 08:47:46 +0200 Subject: [PATCH] fix --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 88c4b739..c1d05563 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,7 @@ test = [ 'gevent', 'mock', 'pytest~=7.0', + 'cffi==1.17.1', 'pytest-cov', 'pyyaml', 'tox',