From 0a7fc7555c3d47dbe02a89ccc884b13441d7c435 Mon Sep 17 00:00:00 2001 From: Gene Kogan Date: Tue, 31 Dec 2024 10:44:08 -0800 Subject: [PATCH] remove duplicate --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index efcb90c..7140fb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,8 +45,7 @@ dependencies = [ "ably>=2.0.7", "colorama>=0.4.6", "diffusers==0.31.0", - "web3<7.6.1", - "blurhash>=1.1.4" + "web3<7.6.1" ] [build-system]