From 0280d015037aeca0122bb9dda9e6a4a3a9df4d51 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Wed, 23 Oct 2024 11:51:26 -0700 Subject: [PATCH] Add Swing Trading Dashboard module dependencies --- requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f3ab45c --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +dash +dash-ag-grid +dash-bootstrap-components +dash-bootstrap-templates +pandas +plotly +python-dotenv \ No newline at end of file