mirror of
https://github.com/EDeev/vkrepost_to_tg.git
synced 2026-06-18 22:11:01 +03:00
requirements
This commit is contained in:
parent
fe0379c144
commit
c05d76e4e2
1 changed files with 18 additions and 0 deletions
18
requirements.txt
Normal file
18
requirements.txt
Normal 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
|
||||
Loading…
Add table
Reference in a new issue