Files
cursor_ai/requirements.txt

20 lines
452 B
Plaintext
Raw 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.
# Зависимости проекта SSH Client для миграции 1С
#
# Установка зависимостей:
# pip install -r requirements.txt
#
# Или с указанием версии Python:
# python3 -m pip install -r requirements.txt
# SSH клиент для подключения к удаленным серверам
paramiko>=2.12.0,<4.0.0
# ZFS Backup: парсинг конфигурации
PyYAML>=6.0