29 lines
479 B
Plaintext
29 lines
479 B
Plaintext
# FastAPI and server
|
|
fastapi>=0.103.1
|
|
uvicorn>=0.23.2
|
|
pydantic>=2.4.2
|
|
pydantic-settings>=2.0.3
|
|
python-multipart>=0.0.6
|
|
python-dotenv>=1.0.0
|
|
|
|
# Database
|
|
sqlalchemy>=2.0.20
|
|
alembic>=1.12.0
|
|
|
|
# Solana interaction
|
|
solana>=0.30.2
|
|
base58>=2.1.1
|
|
borsh-construct==0.1.0
|
|
|
|
# Background tasks and scheduling
|
|
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
|
|
httpx>=0.24.1
|
|
|
|
# Linting
|
|
ruff>=0.0.286 |