From 2ef65e84c0ce9dc5952302c6b2358322c9aea530 Mon Sep 17 00:00:00 2001 From: Antti Soininen Date: Tue, 14 Jan 2025 08:43:18 +0200 Subject: [PATCH] Require spinedb_api from the sqlalchemy-1.4 branch --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0ff41d492..5699e6f4f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ --e git+https://github.com/spine-tools/Spine-Database-API.git#egg=spinedb_api +-e git+https://github.com/spine-tools/Spine-Database-API.git@sqlalchemy-1.4#egg=spinedb_api -e git+https://github.com/spine-tools/spine-engine.git#egg=spine_engine -e git+https://github.com/spine-tools/spine-items.git#egg=spine_items -e .