Initial code commit
This commit is contained in:
35
requirements.txt
Normal file
35
requirements.txt
Normal file
@@ -0,0 +1,35 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user