Fix dependency issues in requirements.txt
This commit is contained in:
parent
d1432e150e
commit
427f3c95a9
@ -13,12 +13,13 @@ alembic>=1.12.0
|
|||||||
# Solana interaction
|
# Solana interaction
|
||||||
solana>=0.30.2
|
solana>=0.30.2
|
||||||
base58>=2.1.1
|
base58>=2.1.1
|
||||||
borsh-construct>=0.2.0
|
borsh-construct==0.1.0
|
||||||
|
|
||||||
# Background tasks and scheduling
|
# Background tasks and scheduling
|
||||||
celery>=5.3.4
|
|
||||||
redis>=5.0.0
|
|
||||||
apscheduler>=3.10.4
|
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
|
# Testing
|
||||||
pytest>=7.4.2
|
pytest>=7.4.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user