|
@@ -20,7 +20,7 @@ from oscar import get_version # noqa isort:skip
|
20
|
20
|
install_requires = [
|
21
|
21
|
'django>=1.8.8,<1.11',
|
22
|
22
|
# PIL is required for image fields, Pillow is the "friendly" PIL fork
|
23
|
|
- 'pillow>=1.7.8',
|
|
23
|
+ 'pillow>=3.4.2',
|
24
|
24
|
# We use the ModelFormSetView from django-extra-views for the basket
|
25
|
25
|
# page. > 0.6.5 has a bug which causes issues with Django > 1.6,
|
26
|
26
|
# https://github.com/AndrewIngram/django-extra-views/issues/114
|
|
@@ -38,7 +38,7 @@ install_requires = [
|
38
|
38
|
# For manipulating search URLs
|
39
|
39
|
'purl>=0.7',
|
40
|
40
|
# For phone number field
|
41
|
|
- 'phonenumbers>=6.3.0,<8.0.0',
|
|
41
|
+ 'phonenumbers>=6.3.0,<9.0.0',
|
42
|
42
|
# Used for oscar.test.contextmanagers.mock_signal_receiver
|
43
|
43
|
'mock>=1.0.1,<3.0',
|
44
|
44
|
# Used for oscar.test.newfactories
|
|
@@ -58,10 +58,10 @@ docs_requires = [
|
58
|
58
|
|
59
|
59
|
test_requires = [
|
60
|
60
|
'WebTest==2.0.23',
|
61
|
|
- 'coverage==4.1',
|
62
|
|
- 'django-webtest==1.7.9',
|
|
61
|
+ 'coverage==4.3.4',
|
|
62
|
+ 'django-webtest==1.8.0',
|
63
|
63
|
'py>=1.4.31',
|
64
|
|
- 'pytest==3.0.5',
|
|
64
|
+ 'pytest==3.0.6',
|
65
|
65
|
'pytest-cov==2.4.0',
|
66
|
66
|
'pytest-django==3.1.2',
|
67
|
67
|
'pytest-xdist==1.15.0',
|