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 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ django-filter==26.1 # Filtering the lists
django-bootstrap-modal-forms==3.0.5 # Nice modals for forms
django-widget-tweaks==1.5.1 # Flexible form widgets
django-registration==5.2.1 # User registration manager
django-simple-captcha==0.6.3 # Recaptcha for user creation
django-simple-captcha==0.7.0 # Recaptcha for user creation
openpyxl==3.1.5 # Managing excel files
Pillow==12.3.0 # Image processing
psycopg2-binary==2.9.12 # Postgresql
Expand Down