From 920cc18f277e6d1a81e5a8ab54efcdd616fe4633 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 22 Nov 2022 21:22:09 +0100 Subject: [PATCH] Fix psutil upgrade --- install | 1 + requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/install b/install index ea25b83..8b8db81 100755 --- a/install +++ b/install @@ -445,6 +445,7 @@ wo_install() { python3 -m pip uninstall setuptools -y python3 -m pip install -I setuptools==57.5.0 python3 -m pip install -U pip wheel + python3 -m pip uninstall psutil else rm -rf /opt/wo python3 -m venv /opt/wo diff --git a/requirements.txt b/requirements.txt index bb8c872..4bed5cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ cement==2.10.12 pynginxconfig>=0.3.4 PyMySQL>=0.10.1 psutil>=5.9.4 -sh>=1.14.1 +sh>=1.14.3 SQLAlchemy>=1.3.20 requests>=2.28.1 distro>=1.7.0 diff --git a/setup.py b/setup.py index 1f22705..7b9d3c3 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ setup(name='wordops', 'pynginxconfig >= 0.3.4', 'PyMySQL >= 0.10.1', 'psutil >= 5.9.4', - 'sh >= 1.14.1', + 'sh >= 1.14.3', 'SQLAlchemy >= 1.3.20', 'requests >= 2.28.1', 'distro >= 1.7.0',