# Healthcare Claude Skills - Production Dependencies

# Core Python dependencies for de-identification and data processing
pandas>=2.0.0
numpy>=1.24.0

# Fake data generation
Faker>=22.0.0

# Date/time handling
python-dateutil>=2.8.2

# JSON processing
jsonschema>=4.20.0

# CSV handling
csv-diff>=1.0

# File handling
pathlib>=1.0.1

# HIPAA compliance and healthcare standards
# (Add as needed based on your organization)

# Optional: Fast data processing
# pyarrow>=14.0.0  # For faster Parquet support
# polars>=0.20.0   # Alternative to pandas for large datasets

# Optional: Database connectivity (uncomment if needed)
# psycopg2-binary>=2.9.0  # PostgreSQL
# pymongo>=4.6.0          # MongoDB
# sqlalchemy>=2.0.0       # SQL ORM
