adding specific branch for other deps

This commit is contained in:
Andy Pack 2022-11-11 07:09:42 +00:00
parent 062347347b
commit aee594892b
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -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"