36 lines
467 B
Plaintext
36 lines
467 B
Plaintext
# Core SMB functionality
|
|
aiosmb>=0.1.0
|
|
|
|
# Enhanced features
|
|
pillow>=10.0.0
|
|
pytesseract>=0.3.10
|
|
pyyaml>=6.0
|
|
|
|
# Office document processing
|
|
python-docx>=0.8.11
|
|
openpyxl>=3.1.0
|
|
python-pptx>=0.6.21
|
|
|
|
# Archive handling
|
|
rarfile>=4.0
|
|
py7zr>=0.20.0
|
|
|
|
# Standard library dependencies (usually included with Python)
|
|
# asyncio
|
|
# argparse
|
|
# logging
|
|
# pathlib
|
|
# datetime
|
|
# typing
|
|
# json
|
|
# csv
|
|
# re
|
|
# os
|
|
# sys
|
|
# tempfile
|
|
# subprocess
|
|
# shutil
|
|
# threading
|
|
# time
|
|
# concurrent.futures
|