Skip to content
Open
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
1 change: 1 addition & 0 deletions requirements/edx/kernel.in
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ path
piexif # Exif image metadata manipulation, used in the profile_images app
Pillow # Image manipulation library; used for course assets, profile images, invoice PDFs, etc.
psutil # Library for retrieving information on running processes and system utilization
pyarrow # Required for numpy and other packages; avoids failed wheel builds
pycountry
pycryptodomex
# PyJWT 1.6.3 contains PyJWTError, which is required by Apple auth in social-auth-core
Expand Down
Loading