forked from wger-project/wger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
45 lines (37 loc) · 837 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
#
# Common requirements for wger
#
# Application
bleach~=3.3
django-bootstrap-breadcrumbs~=0.9
django-formtools~=2.2
django-recaptcha==2.0.6
Django~=3.1
django-crispy-forms~=1.11
django_compressor~=2.4
django_extensions~=3.1
django-storages~=1.11
easy-thumbnails~=2.7
icalendar==4.0.7
invoke~=1.5
pillow~=8.1
python-mimeparse
reportlab==3.5.66
matplotlib>=3.1
requests
setuptools>=18.5
sphinx
# AWS
#boto3
# REST API
django-cors-headers>=3.0
django-filter==2.4.0
djangorestframework~=3.12
# Explicitly set versions as a workaround for CI/Devel.
# This is just intended to make life easier, has no deeper meaning and
# can be removed if needed.
docutils>=0.10,<0.17 # for botocore
six>=1.12.0 # for django-compressor
# Not used anymore, but needed because some modules are imported in DB migration
# files
django-sortedm2m~=3.0