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"