vkrepost_to_tg/requirements.txt
2025-06-30 20:03:40 +03:00

18 lines
200 B
Text

# Telegram Bot Framework
aiogram==2.25.1
# VK API
vk-api==11.9.9
# Database
sqlite3
# Async support
asyncio
# Emoji support
emoji==2.8.0
# Additional dependencies
requests>=2.28.0
aiohttp>=3.8.0