From d3f7875d34f8e916d20539e2869a00048ccd3219 Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Tue, 14 Dec 2021 15:50:16 +0000 Subject: [PATCH] Add CFFI as dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2f505dbf..e052d15b 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ install_requires = [ 'pygdbmi', # gdb machine interfave 'ply', # python lex yacc. very cool 'astor', # python AST manipulation + 'cffi' # LuaJIT-style C FFI for Python ] test_requires = [ -- 2.30.2