From 7f716d4d250e5b5317afc759621b304722a0a2c1 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Tue, 15 Apr 2025 15:35:16 -0500 Subject: [PATCH] adding rgbmatrix to requirements txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ade03043..2077c8fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ Pillow==10.0.0 pytz==2023.3 requests==2.31.0 timezonefinder==6.2.0 -geopy==2.4.1 \ No newline at end of file +geopy==2.4.1 +rgbmatrix \ No newline at end of file