Browse Source

add argparse as a dependency

Sven Czarnian 3 năm trước cách đây
mục cha
commit
a3f4f8f41b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      setup.py

+ 1 - 0
setup.py

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