46 lines
725 B
Plaintext
46 lines
725 B
Plaintext
# Core Framework
|
|
sanic==23.12.1
|
|
websockets==12.0
|
|
|
|
# Async Database
|
|
sqlalchemy[asyncio]==2.0.23
|
|
asyncpg==0.29.0
|
|
alembic==1.13.1
|
|
|
|
# Redis & Caching
|
|
redis[hiredis]==5.0.1
|
|
aioredis==2.0.1
|
|
|
|
# Telegram Bot
|
|
aiogram==3.13.0
|
|
aiohttp==3.9.1
|
|
|
|
# TON Blockchain
|
|
pytonconnect==0.3.0
|
|
base58==2.1.1
|
|
git+https://github.com/tonfactory/tonsdk.git@3ebbf0b702f48c2519e4c6c425f9514f673b9d48#egg=tonsdk
|
|
|
|
# HTTP Client
|
|
httpx[http2]==0.25.2
|
|
|
|
# Cryptography
|
|
pycryptodome==3.20.0
|
|
pynacl==1.5.0
|
|
|
|
# File Processing
|
|
aiofiles==24.1.0
|
|
pydub==0.25.1
|
|
pillow==10.2.0
|
|
ffmpeg-python==0.2.0
|
|
python-magic==0.4.27
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.0
|
|
docker==7.0.0
|
|
|
|
# Monitoring & Observability
|
|
prometheus-client==0.19.0
|
|
structlog==23.2.0
|
|
|
|
# Validation
|
|
pydantic==2.5.2 |