diff --git a/install b/install index 21c2bba..6e80a36 100755 --- a/install +++ b/install @@ -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 diff --git a/requirements.txt b/requirements.txt index 4bed5cd..982fe99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 7292f1b..6b6e8b1 100644 --- a/setup.py +++ b/setup.py @@ -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',