From 427f3c95a94e7bd22ba887b1fe7b8e3de6f54441 Mon Sep 17 00:00:00 2001 From: Automated Action Date: Wed, 28 May 2025 21:55:03 +0000 Subject: [PATCH] Fix dependency issues in requirements.txt --- requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 239d68b..992acf1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,12 +13,13 @@ alembic>=1.12.0 # Solana interaction solana>=0.30.2 base58>=2.1.1 -borsh-construct>=0.2.0 +borsh-construct==0.1.0 # Background tasks and scheduling -celery>=5.3.4 -redis>=5.0.0 apscheduler>=3.10.4 +# Removing celery and redis as they're not directly used in the code +# celery>=5.3.4 +# redis>=5.0.0 # Testing pytest>=7.4.2