From: Philipp Spitzer Date: Wed, 29 Nov 2023 22:35:26 +0000 (+0100) Subject: Prevent update of sqlalchemy. X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wrpylib.git/commitdiff_plain/29bbb1e6aff4f2daab328c146e85472ed1dbe36f Prevent update of sqlalchemy. --- diff --git a/setup.py b/setup.py index 237f5bc..6ef88a2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup requires = [ - 'sqlalchemy', + 'sqlalchemy<2.0.0', 'gdal', 'mwparserfromhell', ]