add ply and pygdbmi dependencies
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 24 Apr 2021 03:31:02 +0000 (04:31 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 24 Apr 2021 03:31:02 +0000 (04:31 +0100)
setup.py

index c3e57d6b6df2d711219da7c70dc5a05e633dfe62..0c9f11585a28ebe851fa1d92400f2eb5bf92c63a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -19,6 +19,9 @@ install_requires = [
     # can be obtained with pip3, best done manually
     # https://git.libre-soc.org/?p=nmutil.git
     'nmutil',
+    # these should be fine
+    'pygdbmi', # gdb machine interfave
+    'ply',     # python lex yacc. very cool
 ]
 
 test_requires = [