diff --git a/setup.py b/setup.py index d75ca2c45..6dee154dc 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def run(self): 'django-ajax-selects~=1.9', 'django-ical~=1.7', 'django-mptt~=0.10', - 'django-paypal~=1.0.0', + 'django-paypal>=1.0,<1.2', 'django-post-office~=3.2', 'django-timezone-field>=3.1,<5.0', 'djangorestframework~=3.9', diff --git a/tests/requirements.txt b/tests/requirements.txt index 92ae307b9..c3c7c3119 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,7 +4,7 @@ channels==3.0.4 Django==2.2.24 django-ajax-selects==1.9.1 django-ical==1.8.0 -django-paypal==1.0.0 +django-paypal==1.1.1 django-mptt==0.13.3 django-post-office==3.5.3 django-timezone-field==4.2.1