Skip to content

Commit

Permalink
Merge pull request #66 from Nixtla/fix/deploy-pages-openbb
Browse files Browse the repository at this point in the history
fix: add openbb as dev dep (deploy pages)
  • Loading branch information
AzulGarza authored Aug 7, 2023
2 parents 9b0c5a7 + e37952e commit 3f44347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
],
python_requires=">=3.7",
install_requires=["requests", "pandas"],
extras_require={"dev": ["nbdev", "plotly", "python-dotenv", "statsforecast"]},
extras_require={"dev": ["nbdev", "plotly", "python-dotenv", "openbb", "statsforecast"]},
)

0 comments on commit 3f44347

Please sign in to comment.