From a3f4f8f41b0e86886bc97a5ca6d26b33470d1d13 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Sat, 14 Aug 2021 21:31:18 +0200 Subject: [PATCH] add argparse as a dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 554d5aa..4d11cbb 100644 --- a/setup.py +++ b/setup.py @@ -71,6 +71,7 @@ setup( license = 'GPLv3', cmdclass = { 'clean': clean, 'build_py': build_py }, install_requires=[ + 'argparse', 'setuptools', 'pyzmq', 'protobuf'