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
2 changes: 1 addition & 1 deletion esp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git+https://github.com/learning-unlimited/django-admin-tools.git@esp # Extends D
# Non-Django-specific packages
docutils==0.12 # Needed for django.contrib.admindocs
flake8==2.5.0 # Required for linter
ipython==3.2.1 # Used for shell_plus
ipython==8.10.0 # Used for shell_plus
Markdown==2.3.1 # Used in QSD
numpy==1.16.6 # Used mainly in the lottery and class change controller
pillow==6.2.2 # Required for ImageField, which we use in teacher bios
Expand Down