mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Bumps [icalendar](https://github.com/collective/icalendar) from 5.0.12 to 5.0.13. - [Release notes](https://github.com/collective/icalendar/releases) - [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst) - [Commits](https://github.com/collective/icalendar/compare/v5.0.12...v5.0.13) --- updated-dependencies: - dependency-name: icalendar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
47 lines
1009 B
Plaintext
47 lines
1009 B
Plaintext
#
|
|
# Common requirements for wger
|
|
#
|
|
|
|
# Application
|
|
Django==4.2.13
|
|
bleach[css]~=6.1
|
|
celery[redis]==5.4.0
|
|
crispy-bootstrap5==2024.2
|
|
django-activity-stream==2.0.0
|
|
django-axes[ipware]==6.5.0
|
|
django-bootstrap-breadcrumbs2==1.0.0 # fork of django-bootstrap-breadcrumbs, we might need to migrate away completely
|
|
django-crispy-forms~=2.1
|
|
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.8.5
|
|
flower==2.0.1
|
|
fontawesomefree~=6.5.1
|
|
icalendar==5.0.13
|
|
invoke==2.2.0
|
|
openfoodfacts==0.3.0
|
|
pillow==10.3.0
|
|
reportlab==4.2.0
|
|
requests==2.32.3
|
|
tqdm==4.66.4
|
|
tzdata==2024.1
|
|
|
|
# AWS
|
|
#boto3
|
|
|
|
# REST API
|
|
django-cors-headers==4.3.1
|
|
django-filter==24.2
|
|
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
|