Add dependencies to plotting module documentation

This commit is contained in:
moshferatu 2024-12-23 08:01:47 -08:00
parent 97b0dc1875
commit 864d4b479e

View File

@ -2,4 +2,16 @@
A ```plotly``` wrapper for plotting candlestick charts, backtest results, and more. A ```plotly``` wrapper for plotting candlestick charts, backtest results, and more.
## Dependencies
The plotting module depends on the following Python packages:
```
numpy
pandas
plotly
```
There is also a dependency on the [OHLC](https://moshferatu.dev/moshferatu/ohlc) module which is only required for running tests.
--- ---