From 4d12c2013b7cecfe65f43cb19aabf8bdc9092720 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 2 May 2021 06:59:01 +0100 Subject: [PATCH] add astor to setup.py dependencies --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3c9a4814..470686e2 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ install_requires = [ # these should be fine 'pygdbmi', # gdb machine interfave 'ply', # python lex yacc. very cool + 'astor', # python AST manipulation ] test_requires = [ -- 2.30.2