# Day-3 Presidio custom-recognizers lab — Python dependencies.
# Presidio uses spaCy as the NLP backend — no torch or HuggingFace required.
# spaCy en_core_web_lg is installed separately in the Dockerfile (python -m spacy download).
rich>=13.7.0
presidio-analyzer>=2.2.350
presidio-anonymizer>=2.2.350
spacy>=3.7,<4.0
