requirements

This commit is contained in:
Egor Deev 2025-06-30 20:03:40 +03:00 committed by GitHub
parent fe0379c144
commit c05d76e4e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
requirements.txt Normal file
View file

@ -0,0 +1,18 @@
# 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