Skip to content

Commit

Permalink
Mark wsj as optional in dev_install script
Browse files Browse the repository at this point in the history
  • Loading branch information
piiq committed Dec 19, 2023
1 parent 7a72359 commit fca93d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openbb_platform/dev_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
openbb-finra = { path = "./providers/finra", develop = true }
openbb-nasdaq = { path = "./providers/nasdaq", optional = true, develop = true }
openbb-seeking-alpha = { path = "./providers/seeking_alpha", optional = true, develop = true }
openbb-stockgrid = { path = "./providers/stockgrid" ,optional = true, develop = true }
openbb-wsj = { path = "./providers/wsj", develop = true }
openbb-stockgrid = { path = "./providers/stockgrid" , optional = true, develop = true }
openbb-wsj = { path = "./providers/wsj", optional = true, develop = true }
openbb-yfinance = { path = "./providers/yfinance", optional = true, develop = true }
openbb-charting = { path = "./extensions/charting", optional = true, develop = true }
Expand Down

0 comments on commit fca93d0

Please sign in to comment.