diff options
author | suchinton2001 <suchinton.2001@gmail.com> | 2023-10-12 11:04:55 +0530 |
---|---|---|
committer | suchinton2001 <suchinton.2001@gmail.com> | 2023-10-12 11:04:55 +0530 |
commit | 61f6fb386e162ed2bdbd2f9351e7c220c898483f (patch) | |
tree | 4738bc805878d246cc6a9a3d600ab78e4da6b4c1 /requirements.txt | |
parent | db862e32df7f31e6453d7f05a6f011091b96ffab (diff) |
agl-demo-control-panel: Add installation steps for debian/RPiOS
V1:
- Fix window dragging event crash
- Update dependencies in requirements.txt
- Add installation instructions for Debian-based systems
- Update Dashboard scaling of icons
SPEC-4929
Signed-off-by: suchinton2001 <suchinton.2001@gmail.com>
Change-Id: I200f18606a6008780d2f4553052f24a9df5d10b7
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index cb803da..4b98567 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pyqt5==5.15 -kuksa-client==0.3.0 +kuksa-client==0.4.0 python-can>=4.2.2 qtpy==2.3.1 -qtwidgets==1.1 +qtwidgets==1.1
\ No newline at end of file |