Skip to content

Commit

Permalink
setup.py: django>=3.2,<5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jan 19, 2024
1 parent 5853530 commit 428f213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from oscar import get_version # noqa isort:skip

install_requires = [
'django>=3.2,<4.3',
'django>=3.2,<5.1',
# PIL is required for image fields, Pillow is the "friendly" PIL fork
'pillow>=6.0',
# We use the ModelFormSetView from django-extra-views for the basket page
Expand Down

0 comments on commit 428f213

Please sign in to comment.