Files
wger/requirements.txt
dependabot[bot] b073d8fde0 Bump tzdata from 2025.1 to 2025.2
Bumps [tzdata](https://github.com/python/tzdata) from 2025.1 to 2025.2.
- [Release notes](https://github.com/python/tzdata/releases)
- [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md)
- [Commits](https://github.com/python/tzdata/compare/2025.1...2025.2)

---
updated-dependencies:
- dependency-name: tzdata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-30 12:17:34 +02:00

48 lines
1.0 KiB
Plaintext

#
# Common requirements for wger
#
# Application
Django==4.2.20
bleach[css]~=6.2
celery[redis]==5.4.0
crispy-bootstrap5==2024.10
django-activity-stream==2.0.0
django-axes[ipware]==7.0.2
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.12.0
django-formtools~=2.5
django-prometheus==2.3.1
django-recaptcha~=4.0.0
django-simple-history~=3.8
django-storages~=1.14
django-compressor~=4.5
drf-spectacular[sidecar]==0.28.0
easy-thumbnails==2.10
flower==2.0.1
fontawesomefree~=6.6.0
icalendar==6.1.2
invoke==2.2.0
openfoodfacts==2.5.0
pillow==11.1.0
packaging==24.2
reportlab==4.3.1
requests==2.32.3
tqdm==4.67.1
tzdata==2025.2
# AWS
#boto3
# REST API
django-cors-headers==4.7.0
django-filter==25.1
djangorestframework==3.15.2
djangorestframework-simplejwt[crypto]==5.5.0
# Not used anymore, but needed because some modules are imported in DB migration
# files
django-sortedm2m~=3.1