Add project and deployment instruction (docs/DEPLOYMENT.md)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
17
worker/requirements.txt
Normal file
17
worker/requirements.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
# Зависимости для воркера синхронизации Nextcloud -> Qdrant
|
||||
|
||||
# HTTP клиенты
|
||||
requests>=2.31.0
|
||||
|
||||
# Обработка переменных окружения
|
||||
python-dotenv>=1.0.0
|
||||
|
||||
# Обработка PDF
|
||||
pypdf>=3.17.0
|
||||
|
||||
# Обработка DOCX
|
||||
python-docx>=1.1.0
|
||||
|
||||
# WebDAV клиент (альтернатива requests для WebDAV)
|
||||
# Используем requests напрямую, но можно добавить:
|
||||
# easywebdav>=1.2.0 # Опционально, если нужны специфичные WebDAV функции
|
||||
Reference in New Issue
Block a user