Skip to content

Commit

Permalink
Merge pull request #5 from SkyCascade/fix/pylint
Browse files Browse the repository at this point in the history
Remove duplicate django-modeltranslation
  • Loading branch information
adilmohak authored Oct 6, 2024
2 parents 9cf456d + e6b90de commit c79b9ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils
django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-crispy-forms
crispy-bootstrap5==0.7 # https://github.com/django-crispy-forms/crispy-bootstrap5
django-filter==23.5 # https://github.com/carltongibson/django-filter
django-modeltranslation==0.18.11 # https://github.com/Buren/django-modeltranslation
django-modeltranslation==0.19.9 # https://github.com/Buren/django-modeltranslation

# Django REST Framework
djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework
django-cors-headers==3.13.0 # https://github.com/adamchainz/django-cors-headers
django-modeltranslation==0.19.9

# PDF generator
reportlab==4.0.4
Expand Down

0 comments on commit c79b9ba

Please sign in to comment.