mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Bumps [reportlab](http://www.reportlab.com/) from 3.6.6 to 3.6.7. --- updated-dependencies: - dependency-name: reportlab dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
553 B
Plaintext
33 lines
553 B
Plaintext
#
|
|
# Common requirements for wger
|
|
#
|
|
|
|
# Application
|
|
bleach~=4.1
|
|
django-bootstrap-breadcrumbs~=0.9
|
|
django-formtools~=2.3
|
|
django-recaptcha~=3.0.0
|
|
Django~=3.2
|
|
django-crispy-forms~=1.14
|
|
django_compressor~=3.1
|
|
django_extensions~=3.1
|
|
django-storages~=1.12
|
|
easy-thumbnails~=2.8
|
|
icalendar==4.0.9
|
|
invoke~=1.6
|
|
pillow~=9.0
|
|
reportlab==3.6.7
|
|
requests==2.27.1
|
|
|
|
# AWS
|
|
#boto3
|
|
|
|
# REST API
|
|
django-cors-headers>=3.0
|
|
django-filter==21.1
|
|
djangorestframework~=3.13
|
|
|
|
# Not used anymore, but needed because some modules are imported in DB migration
|
|
# files
|
|
django-sortedm2m~=3.1
|