Fix SQLAlchemy

This commit is contained in:
VirtuBox
2023-01-29 14:13:52 +01:00
parent 7139310aee
commit 35548328e0
3 changed files with 4 additions and 2 deletions

View File

@@ -446,6 +446,7 @@ wo_install() {
python3 -m pip install -I setuptools==57.5.0
python3 -m pip install -U pip wheel
python3 -m pip uninstall psutil -y
python3 -m pip uninstall SQLAlchemy -y
else
rm -rf /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 -U pip wheel
python3 -m pip uninstall psutil -y
python3 -m pip uninstall SQLAlchemy -y
else
rm -rf /opt/wo
python3 -m venv /opt/wo

View File

@@ -3,7 +3,7 @@ pynginxconfig>=0.3.4
PyMySQL>=0.10.1
psutil>=5.9.4
sh>=1.14.3
SQLAlchemy>=1.3.20
SQLAlchemy>=1.4.46
requests>=2.28.1
distro>=1.7.0
argcomplete>=1.12.0

View File

@@ -67,7 +67,7 @@ setup(name='wordops',
'PyMySQL >= 0.10.1',
'psutil >= 5.9.4',
'sh >= 1.14.3',
'SQLAlchemy >= 1.3.20',
'SQLAlchemy == 1.4.46',
'requests >= 2.28.1',
'distro >= 1.7.0',
'argcomplete >= 1.12.0',