From 153930e73c58f15f52c9b32fbc02f06100e0e934 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Sun, 15 Aug 2021 08:59:42 +0200 Subject: [PATCH] reorder dependencies --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' ] )