diff --git a/README.md b/README.md index 5fdb7bb..d2ca6dd 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,16 @@ 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. + --- \ No newline at end of file