
- Created Alembic migrations for SQLite database - Set up database initialization on app startup - Fixed linting issues with Ruff - Updated README with comprehensive documentation - Configured startup tasks and health checks
14 lines
230 B
Plaintext
14 lines
230 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 |