Fix psutil upgrade
This commit is contained in:
1
install
1
install
@@ -445,6 +445,7 @@ wo_install() {
|
|||||||
python3 -m pip uninstall setuptools -y
|
python3 -m pip uninstall setuptools -y
|
||||||
python3 -m pip install -I setuptools==57.5.0
|
python3 -m pip install -I setuptools==57.5.0
|
||||||
python3 -m pip install -U pip wheel
|
python3 -m pip install -U pip wheel
|
||||||
|
python3 -m pip uninstall psutil
|
||||||
else
|
else
|
||||||
rm -rf /opt/wo
|
rm -rf /opt/wo
|
||||||
python3 -m venv /opt/wo
|
python3 -m venv /opt/wo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ cement==2.10.12
|
|||||||
pynginxconfig>=0.3.4
|
pynginxconfig>=0.3.4
|
||||||
PyMySQL>=0.10.1
|
PyMySQL>=0.10.1
|
||||||
psutil>=5.9.4
|
psutil>=5.9.4
|
||||||
sh>=1.14.1
|
sh>=1.14.3
|
||||||
SQLAlchemy>=1.3.20
|
SQLAlchemy>=1.3.20
|
||||||
requests>=2.28.1
|
requests>=2.28.1
|
||||||
distro>=1.7.0
|
distro>=1.7.0
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -66,7 +66,7 @@ setup(name='wordops',
|
|||||||
'pynginxconfig >= 0.3.4',
|
'pynginxconfig >= 0.3.4',
|
||||||
'PyMySQL >= 0.10.1',
|
'PyMySQL >= 0.10.1',
|
||||||
'psutil >= 5.9.4',
|
'psutil >= 5.9.4',
|
||||||
'sh >= 1.14.1',
|
'sh >= 1.14.3',
|
||||||
'SQLAlchemy >= 1.3.20',
|
'SQLAlchemy >= 1.3.20',
|
||||||
'requests >= 2.28.1',
|
'requests >= 2.28.1',
|
||||||
'distro >= 1.7.0',
|
'distro >= 1.7.0',
|
||||||
|
|||||||
Reference in New Issue
Block a user