diff --git a/setup.py b/setup.py index 9bc8328..9410f3f 100644 --- a/setup.py +++ b/setup.py @@ -73,9 +73,9 @@ setup( cmdclass = { 'clean': clean, 'build_py': build_py }, install_requires=[ 'argparse', - 'setuptools', 'configparser', + 'protobuf', 'pyzmq', - 'protobuf' + 'setuptools' ] )