From cf0f33c74e416a8d0db521541047189fbdaf85ca Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Tue, 22 Apr 2025 20:25:57 -0500 Subject: [PATCH] added freetype to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 329003a4..ce7c2c48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ geopy==2.4.1 rgbmatrix google-auth-oauthlib==1.0.0 google-auth-httplib2==0.1.0 -google-api-python-client==2.86.0 \ No newline at end of file +google-api-python-client==2.86.0 +freetype-py==2.5.1 \ No newline at end of file