diff --git a/setup.py b/setup.py index 8d47806..f193261 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,6 @@ include_package_data=True, python_requires='>=3.5', install_requires=[ - 'PyQt5==5.9', 'SQLAlchemy==1.1.15' + 'PyQt5==5.9', 'SQLAlchemy==1.3.0' ], ) \ No newline at end of file