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

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