# Core dependencies installed with: pip install wrangles
# For all optional connectors and extras: pip install -r requirements-full.txt

# Core data processing
pandas>=2.0,<3.0
numpy
numexpr
polars==1.33.0

# Fuzzy text similarity
rapidfuzz>=3.0,<4.0

# Recipe engine & templating
jinja2
lorem
pydantic>=2.12.0
pyyaml

# Text cleanup
ftfy>=6.3.1,<7

# API & auth
requests
PyJWT

# Excel support
openpyxl>=3.1.0
xlsxwriter

# Cloud & storage
boto3

# Embedded database
duckdb>=1.0.0

# NoSQL
pymongo

# CRM
simple-salesforce

# Notifications
apprise

# Remote access (SFTP / SSH)
fabric==3.1.0

# MySQL
pymysql

# AI / LLM
openai
google-genai

# Search
serpapi
