Files
morele_scraper/requirements.txt
2025-06-18 21:22:55 +03:00

24 lines
630 B
Plaintext
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.
# requirements.txt
# Основные зависимости для парсера morele.net
# Веб-запросы и парсинг
requests>=2.31.0
beautifulsoup4>=4.12.0
lxml>=4.9.0
# Работа с изображениями
Pillow>=10.0.0
# Работа с конфигурацией
PyYAML>=6.0
# Веб-админка
Flask>=2.3.0
# Переводчики (опционально, один на выбор)
googletrans==4.0.0rc1 # Бесплатный Google Translate
# deepl>=1.15.0 # Для DeepL (требует API ключ)
# Для работы с Excel (если понадобится)
openpyxl>=3.1.0