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