-
-
Notifications
You must be signed in to change notification settings - Fork 590
/
requirements.txt
46 lines (42 loc) · 1008 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
#
# Common requirements for wger
#
# Application
Django==4.2.16
bleach[css]~=6.2
celery[redis]==5.4.0
crispy-bootstrap5==2024.10
django-activity-stream==2.0.0
django-axes[ipware]==7.0.0
django-bootstrap-breadcrumbs2==1.0.0 # fork of django-bootstrap-breadcrumbs, we might need to migrate away completely
django-crispy-forms~=2.3
django-email-verification~=0.3.3
django-environ==0.11.2
django-formtools~=2.5
django-prometheus==2.3.1
django-recaptcha~=4.0.0
django-simple-history~=3.7
django-storages~=1.14
django-compressor~=4.5
drf-spectacular[sidecar]==0.27.2
easy-thumbnails==2.10
flower==2.0.1
fontawesomefree~=6.6.0
icalendar==6.1.0
invoke==2.2.0
openfoodfacts==2.2.0
pillow==10.4.0
reportlab==4.2.5
requests==2.32.3
tqdm==4.67.1
tzdata==2024.2
# AWS
#boto3
# REST API
django-cors-headers==4.6.0
django-filter==24.3
djangorestframework==3.15.2
djangorestframework-simplejwt[crypto]==5.3.1
# Not used anymore, but needed because some modules are imported in DB migration
# files
django-sortedm2m~=3.1