Fix SQLAlchemy
This commit is contained in:
2
install
2
install
@@ -446,6 +446,7 @@ wo_install() {
|
|||||||
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 -y
|
python3 -m pip uninstall psutil -y
|
||||||
|
python3 -m pip uninstall SQLAlchemy -y
|
||||||
else
|
else
|
||||||
rm -rf /opt/wo
|
rm -rf /opt/wo
|
||||||
python3 -m venv /opt/wo
|
python3 -m venv /opt/wo
|
||||||
@@ -511,6 +512,7 @@ wo_travis_install() {
|
|||||||
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 -y
|
python3 -m pip uninstall psutil -y
|
||||||
|
python3 -m pip uninstall SQLAlchemy -y
|
||||||
else
|
else
|
||||||
rm -rf /opt/wo
|
rm -rf /opt/wo
|
||||||
python3 -m venv /opt/wo
|
python3 -m venv /opt/wo
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ pynginxconfig>=0.3.4
|
|||||||
PyMySQL>=0.10.1
|
PyMySQL>=0.10.1
|
||||||
psutil>=5.9.4
|
psutil>=5.9.4
|
||||||
sh>=1.14.3
|
sh>=1.14.3
|
||||||
SQLAlchemy>=1.3.20
|
SQLAlchemy>=1.4.46
|
||||||
requests>=2.28.1
|
requests>=2.28.1
|
||||||
distro>=1.7.0
|
distro>=1.7.0
|
||||||
argcomplete>=1.12.0
|
argcomplete>=1.12.0
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -67,7 +67,7 @@ setup(name='wordops',
|
|||||||
'PyMySQL >= 0.10.1',
|
'PyMySQL >= 0.10.1',
|
||||||
'psutil >= 5.9.4',
|
'psutil >= 5.9.4',
|
||||||
'sh >= 1.14.3',
|
'sh >= 1.14.3',
|
||||||
'SQLAlchemy >= 1.3.20',
|
'SQLAlchemy == 1.4.46',
|
||||||
'requests >= 2.28.1',
|
'requests >= 2.28.1',
|
||||||
'distro >= 1.7.0',
|
'distro >= 1.7.0',
|
||||||
'argcomplete >= 1.12.0',
|
'argcomplete >= 1.12.0',
|
||||||
|
|||||||
Reference in New Issue
Block a user