From aee594892bb3d5495ac481c546bf61a0b376e47f Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Fri, 11 Nov 2022 07:09:42 +0000 Subject: [PATCH] adding specific branch for other deps --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4c835da..f5df488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,8 @@ repository = "https://github.com/Sarsoo/spotfm" [tool.poetry.dependencies] python = "^3.8" -spotframework = { git = "https://github.com/Sarsoo/spotframework.git" } -fmframework = { git = "https://github.com/Sarsoo/pyfmframework.git" } +spotframework = { git = "https://github.com/Sarsoo/spotframework.git", branch = "master" } +fmframework = { git = "https://github.com/Sarsoo/pyfmframework.git", branch = "master" } [tool.poetry.dev-dependencies] pylint = "^2.5.3"