diff --git a/setup.py b/setup.py index abf73d4f..16561042 100644 --- a/setup.py +++ b/setup.py @@ -51,8 +51,8 @@ def find_version(*file_paths): url='https://github.com/skalenetwork/node-cli', install_requires=[ "click==8.1.3", + "PyInstaller==5.6.2", "docker==6.0.1", - "PyInstaller==5.1", "texttable==1.6.4", "python-dateutil==2.8.2", "Jinja2==3.1.2",