From b1650098c6a49ab3aa68a37cc69275d5e3529301 Mon Sep 17 00:00:00 2001 From: Casey Schneider-Mizell Date: Tue, 5 Mar 2024 13:35:56 -1000 Subject: [PATCH] move sqlalchemy to reqs --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ab58326..30da994 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,7 @@ marshmallow==3.5.1 marshmallow-jsonschema==0.10.0 numpy>=1.18.4 jsonschema<4.0 -shapely==1.8.5 +SQLAlchemy<1.4 +shapely==2.0.3 geoalchemy2>=0.11.1, <0.12.0 +