-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #730 from MAKENTNU/dev
Deployment
- Loading branch information
Showing
29 changed files
with
179 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
# Django-related packages | ||
Django==4.1.7 | ||
django-hosts==5.2 | ||
django-ckeditor==6.5.1 | ||
django-cleanup==7.0.0 | ||
django-constance[database]==2.9.1 | ||
Django==5.0.2 | ||
django-hosts==6.0 | ||
django-ckeditor==6.7.0 | ||
django-cleanup==8.1.0 | ||
django-constance==3.1.0 | ||
django-decorator-include==3.0 | ||
# (See this page for a list of all management commands: https://django-extensions.readthedocs.io/en/latest/command_extensions.html) | ||
django-extensions==3.2.1 | ||
django-ical==1.9.1 | ||
django-extensions==3.2.3 | ||
django-ical==1.9.2 | ||
django-multiselectfield==0.1.12 | ||
django-phonenumber-field[phonenumbers]==7.1.0 | ||
django-simple-history==3.3.0 | ||
sorl-thumbnail==12.9.0 | ||
django-phonenumber-field[phonenumbers]==7.3.0 | ||
django-simple-history==3.5.0 | ||
sorl-thumbnail==12.10.0 | ||
|
||
# Packages related to authentication and other "social" stuff | ||
social-auth-app-django==5.2.0 | ||
social-auth-app-django==5.4.1 | ||
# This is already a requirement of `social-auth-app-django`, but it's listed here to provide the `openidconnect` extra | ||
# (see https://python-social-auth.readthedocs.io/en/stable/installing.html#using-the-extras-options) | ||
social-auth-core[openidconnect]==4.4.2 | ||
# TODO: updated, pre-built Windows wheels might be available after this is resolved: https://github.com/python-ldap/python-ldap/issues/511 | ||
python-ldap==3.4.3 | ||
# python-ldap wheels are now available via https://github.com/cgohlke/python-ldap-build/releases | ||
python-ldap==3.4.4 | ||
|
||
# Async-related packages (mainly for sending of emails) | ||
channels[daphne]==4.0.0 | ||
channels-redis==4.1.0 | ||
channels[daphne]==4.1.0 | ||
channels-redis==4.2.0 | ||
|
||
# Misc. packages | ||
bleach[css]==6.0.0 | ||
Pillow==9.5.0 | ||
bleach[css]==6.1.0 | ||
Pillow==10.3.0 | ||
uuid==1.30 | ||
XlsxWriter==3.1.0 | ||
XlsxWriter==3.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.