From 7df698087a15fc26c849222b16feb1ff19ec3518 Mon Sep 17 00:00:00 2001 From: Marcel Weschke Date: Sat, 27 Sep 2025 23:57:55 +0200 Subject: [PATCH] dependencies updated - for GUI version --- README.md | 8 ++++++++ requirements.txt | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index 8c79570..625541c 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ pip install -r requirements.txt ``` **Content of the requirements.txt file**: +[Dash & Web Components] - dash - dash-bootstrap-components - plotly @@ -62,6 +63,13 @@ pip install -r requirements.txt - gpxpy - fitparse +[GUI Version (PyQt6)] +- PyQt6 +- PyQt6-WebEngine + +[Additional Dependencies (usually automatically installed)] +- requests + ### 3. Run the app diff --git a/requirements.txt b/requirements.txt index c8f38f5..4c29690 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +# Dash & Web Components dash dash-bootstrap-components plotly @@ -6,3 +7,10 @@ numpy scipy gpxpy fitparse + +# GUI Version (PyQt6) +PyQt6 +PyQt6-WebEngine + +# Additional Dependencies (usually automatically installed) +requests