-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements-lock.txt
More file actions
18 lines (18 loc) · 1.05 KB
/
requirements-lock.txt
File metadata and controls
18 lines (18 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Pinned lock file — generated by pip-compile (pip-tools).
# Install: pip install -r requirements-lock.txt
# Update: pip-compile requirements.txt --output-file requirements-lock.txt --no-header --annotation-style=line --allow-unsafe --upgrade
# Run periodically (e.g. via the "Update dependency lock file" CI workflow) to pick up
# upstream patch / security releases within the bounded ranges in requirements.txt.
# Lock is generated on Linux (CI / update-lock.yml). Windows-only transitives (e.g.
# colorama via click) are omitted — pip still installs them on Windows when needed.
blinker==1.9.0 # via flask
click==8.4.1 # via flask
defusedxml==0.7.1 # via fpdf2
flask==3.1.3 # via -r requirements.txt
fonttools==4.63.0 # via fpdf2
fpdf2==2.8.7 # via -r requirements.txt
itsdangerous==2.2.0 # via flask
jinja2==3.1.6 # via flask
markupsafe==3.0.3 # via flask, jinja2, werkzeug
pillow==12.2.0 # via -r requirements.txt, fpdf2
werkzeug==3.1.8 # via flask