From 1220fa40a211461215ddd80eed847d6aabbc9c30 Mon Sep 17 00:00:00 2001 From: Antti Soininen Date: Tue, 14 Jan 2025 08:43:18 +0200 Subject: [PATCH] Require dependencies from the sqlalchemy-1.4 branch --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0ff41d492..09cce22ff 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-items.git#egg=spine_items +-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-items.git@sqlalchemy-1.4#egg=spine_items -e .