Automated Action 572a7c0dd0 Add mock implementations for Solana dependencies
- Add graceful handling of missing Solana dependencies
- Create mock implementations for Solana classes
- Added all required __init__.py files to make modules importable
- Update requirements.txt with missing dependencies
2025-06-05 19:38:01 +00:00

15 lines
244 B
Plaintext

fastapi>=0.103.1
uvicorn>=0.23.2
sqlalchemy>=2.0.20
alembic>=1.12.0
pydantic>=2.3.0
pydantic-settings>=2.0.3
solana>=0.30.0
asyncio>=3.4.3
aiohttp>=3.8.5
loguru>=0.7.0
python-dotenv>=1.0.0
ruff>=0.0.292
httpx>=0.25.0
pytest>=7.4.2
base58>=2.1.1