Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# there is one source for the package names.
pyyaml>=6,<7
jsonschema>=4,<5
# lce_schema.py needs Unicode property escapes (\p{Ll} etc.) in the slug
# pattern; Python's built-in `re` cannot compile those, only `regex` can.
regex>=2023.1.1
# export_quiz_pdf.py (graded-quiz -> test + answer-sheet PDF). Pure Python,
# no system libraries. Only the PDF emission needs it; the page logic does not.
fpdf2>=2.7,<3
Loading