Skip to content

Commit

Permalink
adding devtools to the dev_install script
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoaquim committed Nov 10, 2023
1 parent 863bd4e commit b95c975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openbb_platform/dev_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
LOCAL_DEPS = """
[tool.poetry.dependencies]
python = ">=3.8,<3.12"
openbb-devtools = { path = "./extensions/devtools", develop = true }
openbb-provider = { path = "./platform/provider", develop = true }
openbb-core = { path = "./platform/core", develop = true }
Expand Down

0 comments on commit b95c975

Please sign in to comment.