add argparse as a dependency

This commit is contained in:
Sven Czarnian
2021-08-14 21:31:18 +02:00
parent 59e458c70b
commit a3f4f8f41b

View File

@@ -71,6 +71,7 @@ setup(
license = 'GPLv3',
cmdclass = { 'clean': clean, 'build_py': build_py },
install_requires=[
'argparse',
'setuptools',
'pyzmq',
'protobuf'