diff --git a/README.md b/README.md index ae4d137..5d192b7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ # Swing Trading Dashboard +## Dependencies + +The dashboard depends on the following Python packages which can be installed via ```pip install```: + +```shell +dash +dash-ag-grid +dash-bootstrap-components +dash-bootstrap-templates +pandas +plotly +python-dotenv +``` + +It also depends on the following libraries hosted here: + +* [OHLC](https://moshferatu.dev/moshferatu/ohlc) +* [Plotting](https://moshferatu.dev/moshferatu/plotting) + --- \ No newline at end of file