requirements
This commit is contained in:
parent
d9578186c8
commit
fef6160a64
1 changed files with 16 additions and 0 deletions
16
requirements.txt
Normal file
16
requirements.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
# Основные зависимости для МосПолиХелпер
|
||||||
|
# Telegram Bot Framework
|
||||||
|
aiogram==3.0.0
|
||||||
|
|
||||||
|
# Обработка видео
|
||||||
|
moviepy==1.0.3
|
||||||
|
|
||||||
|
# Дополнительные зависимости (устанавливаются автоматически с moviepy)
|
||||||
|
# imageio>=2.5
|
||||||
|
# imageio-ffmpeg>=0.2.0
|
||||||
|
# numpy>=1.17.3
|
||||||
|
|
||||||
|
# Примечание: FFmpeg должен быть установлен в системе отдельно
|
||||||
|
# Ubuntu/Debian: sudo apt update && sudo apt install ffmpeg
|
||||||
|
# macOS: brew install ffmpeg
|
||||||
|
# Windows: https://ffmpeg.org/download.html
|
||||||
Loading…
Add table
Reference in a new issue