adding specific branch for other deps
This commit is contained in:
parent
062347347b
commit
aee594892b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user