# ================================================================================
# HIWOSY™ MEMORY LAYER  V R C R
# ================================================================================
# Self-Learning Semantic Deduplication Technology
#
# Patent Pending: USPTO 63/911,048, 63/915,918, 63/921,878
# Copyright Cases: 1-15035049381, 1-15034439898
# Contact: Ljubisa Kovacevic | kovalubo@gmail.com
# ================================================================================
#
# HIWOSY™ Trial Package - Required Dependencies
# Install with: pip install -r requirements.txt

# Core (Required)
requests>=2.28.0

# Enterprise Formats (Optional but Recommended)
openpyxl>=3.1.0    # Excel (.xlsx) export
pyarrow>=14.0.0    # Parquet export (big data)
pandas>=2.0.0      # Data manipulation

# Note: The script works with just 'requests' installed.
# The optional packages enable additional export formats.

