From f1d2eace7ae6ab0128a34e023157fe1fad4de6ca Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 29 Mar 2022 18:32:23 -0400 Subject: [PATCH] add cffi --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index eee770a..c546d40 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ setup( 'aiohttp==3.7.4', 'certifi>=2021.10.08', 'colorama==0.3.7', + 'cffi==1.13.2', 'protobuf==3.17.2', 'msgpack==0.6.1', 'prometheus_client==0.7.1',