From 5baba42983b096b276e5dacb54df249b6dded995 Mon Sep 17 00:00:00 2001 From: Mauve Date: Sun, 8 Oct 2023 20:56:10 -0400 Subject: [PATCH] Downgrade colorhash to aid pyinstaller detection --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 597f22ef..6242c7bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Pillow==10.0.1 anyio==4.0.0 -colorhash==2.0.0 +colorhash==1.3.1 fnvhash==0.1.0 httpx==0.25.0 hypercorn==0.14.4