Fix psutil upgrade

This commit is contained in:
VirtuBox
2022-11-22 21:22:09 +01:00
parent 9053395423
commit 920cc18f27
3 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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',