Skip to content

Commit

Permalink
fix: pin django_vite to <3 in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Nov 15, 2023
1 parent 53e2323 commit 522443a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ django-simple-history>=3.0.0
#django-stubs>=4.2.0 # The django-stubs version used determines the the mypy version indicated below
django-stubs==4.2.4 # Pin here until we fix test failures (and update mypy version, too)
django-tastypie>=0.14.5 # Version must be locked in sync with version of Django
django-vite>=2.0.2
django-vite>=2.0.2,<3
django-webtest>=1.9.10 # Only used in tests
django-widget-tweaks>=1.4.12
djlint>=1.0.0 # To auto-indent templates via "djlint --profile django --reformat"
Expand Down

0 comments on commit 522443a

Please sign in to comment.