-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathrequirements.txt
57 lines (42 loc) · 925 Bytes
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Django==3.2.5
django-extensions==3.1.3
django-environ==0.8.1
django-crispy-forms==1.13.0
crispy-bootstrap5==0.7
django-filter==22.1
django-redis==5.0.0
gunicorn==20.1.0
whitenoise==5.3.0
dj-database-url==1.2.0
psycopg2==2.9.9
# Celery for async and periodic tasks
celery==5.4.0
# Social (i.e. LiU ID) login
social-auth-core==4.4.1
social-auth-app-django==5.4.1
git+https://github.com/Baljan/python-social-auth-liu@6647be8#egg=social-auth-liu
# PDFs
reportlab==3.6.13
# iCal export
icalendar==4.0.9
# HTTP client (used to communicate with external APIs)
requests==2.31.0
# Make the shell great again
ipython==8.10.0
# Sass processor
libsass==0.21.0
django-compressor==3.1
django-sass-processor==1.1
# Livereload
django-livereload-server==0.4
# Handle time better
pytz==2021.3
# Error handling
rollbar==0.16.2
# create graphs
seaborn==0.13.2
# Email
django-anymail==8.6
# Redis
redis==3.5.3
python-decouple==3.5