-
Notifications
You must be signed in to change notification settings - Fork 5
/
requirements.txt
32 lines (29 loc) · 1.09 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Django-related packages
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.3
django-ical==1.9.2
django-multiselectfield==0.1.12
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.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
# 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.1.0
channels-redis==4.2.0
# Misc. packages
bleach[css]==6.1.0
Pillow==10.3.0
uuid==1.30
XlsxWriter==3.2.0