From 29bbb1e6aff4f2daab328c146e85472ed1dbe36f Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Wed, 29 Nov 2023 23:35:26 +0100 Subject: [PATCH] Prevent update of sqlalchemy. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ] -- 2.39.5