]> ToastFreeware Gitweb - philipp/winterrodeln/wrpylib.git/blobdiff - setup.py
Prevent update of sqlalchemy.
[philipp/winterrodeln/wrpylib.git] / setup.py
index 237f5bcd1d23547364dea3b3f1c767e77128e018..6ef88a2f507423734e08be53733e13e912ccd631 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
 from setuptools import setup
 
 requires = [
-    'sqlalchemy',
+    'sqlalchemy<2.0.0',
     'gdal',
     'mwparserfromhell',
     ]