-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-presidio.lock
More file actions
17 lines (17 loc) · 964 Bytes
/
Copy pathrequirements-presidio.lock
File metadata and controls
17 lines (17 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Isolated venv for presidio-anonymizer only -- see docs/dependency-release-blocker.md and
# buffdata/security/anonymizer_worker.py. This venv holds NOTHING from buffdata's own base
# dependency closure: anonymizer_worker.py is a standalone script with zero `buffdata`
# imports, invoked by its on-disk file path rather than `-m`, specifically so this venv never
# needs more than what's pinned below.
#
# Install with: python -m venv /opt/venv-presidio && /opt/venv-presidio/bin/pip install
# --no-deps -r deploy/requirements-presidio.lock
#
# HAND-AUTHORED, NOT REGENERATED against a real build -- run deploy/lock_dependencies.py
# (with --seed presidio-anonymizer) against an actual built venv before trusting this for
# production. Resolved versions below were verified installable together in this dev
# environment, but that is not the same as the documented regeneration process.
cffi==2.1.1
cryptography==48.0.1
presidio-anonymizer==2.2.364
pycparser==3.0