Skip to content

Commit

Permalink
Modify required Django version to match django-oscar requirements
Browse files Browse the repository at this point in the history
W/o this change for tests will be installed the last version of Django
(2.2) and we will get the next error: Django 2.2 is installed but
django<2.2,>=1.11 is required by {'django-oscar'}.
  • Loading branch information
samitnuk authored and Alexander Gaevsky committed Apr 3, 2019
1 parent 595dc8f commit a610f0f
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 @@ -33,7 +33,7 @@
install_requires=[
'phonenumbers',
'pillow',
'django>=1.11',
'django>=1.11,<2.2',
'django-oscar>=1.6',
'django-phonenumber-field>=2.0,<2.1',
],
Expand Down

0 comments on commit a610f0f

Please sign in to comment.