Fix dependency issues in requirements.txt

This commit is contained in:
Automated Action 2025-05-28 21:55:03 +00:00
parent d1432e150e
commit 427f3c95a9

View File

@ -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