# DICOM Anonymizer Dependencies
# Install with: pip install -r requirements.txt

# Core DICOM library
pydicom>=2.3.0

# Optional: For enhanced security
# cryptography>=3.0

# Optional: For progress bars in batch processing
# tqdm>=4.60.0
