mospoly-helper/requirements.txt
2025-07-01 01:15:05 +03:00

16 lines
590 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Основные зависимости для МосПолиХелпер
# 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