Skip to content

Commit

Permalink
Sort dependencies
Browse files Browse the repository at this point in the history
Remove crispy-bootstrap4, not used anymore
  • Loading branch information
rolandgeider committed Jan 27, 2024
1 parent ec146f7 commit e708c36
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 19 deletions.
25 changes: 10 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,34 @@
#

# Application
Django==4.2.6
bleach[css]~=6.1
celery[redis]==5.3.6
crispy-bootstrap5==2023.10
tqdm==4.66.1

# this is a fork of django-bootstrap-breadcrumbs
# we might need to think about migrating away from this completely
django-bootstrap-breadcrumbs2==1.0.0
django-formtools~=2.5
django-recaptcha~=4.0.0
Django==4.2.6
django-activity-stream==2.0.0
django-axes[ipware]==6.3.0
django-bootstrap-breadcrumbs2==1.0.0 # fork of django-bootstrap-breadcrumbs, we might need to migrate away completely
django-crispy-forms~=2.1
crispy-bootstrap4==2023.1
django-simple-history~=3.4
django-email-verification~=0.3.3
django-environ==0.11.2
django-formtools~=2.5
django-recaptcha~=4.0.0
django-simple-history~=3.4
django-storages~=1.14
django_compressor~=4.4
django_extensions~=3.2
django-storages~=1.14
django-environ==0.11.2
drf-spectacular[sidecar]==0.27.1
easy-thumbnails==2.8.5
flower==2.0.1
fontawesomefree~=6.5.1
icalendar==5.0.11
invoke==2.2.0
openfoodfacts==0.1.12
pillow==10.2.0
reportlab==4.0.9
requests==2.31.0
tqdm==4.66.1
tzdata==2023.4
celery[redis]==5.3.6
flower==2.0.1


# AWS
#boto3
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ faker==22.5.1
# Development packages
coverage==7.4.1
django-debug-toolbar==4.2.0
tblib==3.0.0
ruff==0.1.13
isort==5.13.2
ruff==0.1.14
tblib==3.0.0
4 changes: 2 additions & 2 deletions requirements_docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# Regular packages
-r requirements.txt

gunicorn~=21.2
psycopg2==2.9.9
django-redis==5.4.0
gunicorn==21.2
psycopg2==2.9.9

0 comments on commit e708c36

Please sign in to comment.