From c5e64c77f6dd8adf688e58d717bc916d9b4d38ea Mon Sep 17 00:00:00 2001 From: Antti Soininen Date: Tue, 14 Jan 2025 12:29:22 +0200 Subject: [PATCH] Temporarily require sqlalchemy-1.4 branches --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 51082f94..e8576c1d 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-engine.git#egg=spine_engine --e git+https://github.com/spine-tools/Spine-Toolbox.git#egg=spinetoolbox +-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@sqlalchemy-1.4#egg=spine_engine +-e git+https://github.com/spine-tools/Spine-Toolbox.git@sqlalchemy-1.4#egg=spinetoolbox -e .