← back to Exo
dashboard reqs
0ab63e4e585fb47ce69dddfd8e3783baf909b3a0 · 2024-11-24 23:41:20 +0400 · Alex Cheema
Files touched
M extra/dashboard/dashboard.pyM extra/dashboard/requirements.txt
Diff
commit 0ab63e4e585fb47ce69dddfd8e3783baf909b3a0
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Sun Nov 24 23:41:20 2024 +0400
dashboard reqs
---
extra/dashboard/dashboard.py | 1 -
extra/dashboard/requirements.txt | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/extra/dashboard/dashboard.py b/extra/dashboard/dashboard.py
index 76c66cfc..d2191a3a 100644
--- a/extra/dashboard/dashboard.py
+++ b/extra/dashboard/dashboard.py
@@ -5,7 +5,6 @@ import asyncio
import aiohttp
import pandas as pd
import plotly.express as px
-from datetime import datetime
from typing import List, Dict, Optional
from pathlib import Path
diff --git a/extra/dashboard/requirements.txt b/extra/dashboard/requirements.txt
index 130e5b44..42ca928d 100644
--- a/extra/dashboard/requirements.txt
+++ b/extra/dashboard/requirements.txt
@@ -1,4 +1,4 @@
-streamlit
plotly
pandas
-requests
\ No newline at end of file
+requests
+aiohttp
\ No newline at end of file
← b000d23b dashboard async, clickable datapoints that go to commit url
·
back to Exo
·
count lines of code c0646be2 →