diff --git a/setup.py b/setup.py index 4bb6e0602..bcf6e0d76 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.1', + 'django-paypal>=1.1,<3.0', 'django-post-office~=3.2', 'django-timezone-field>=3.1,<6.0', 'djangorestframework~=3.9', diff --git a/tests/requirements.txt b/tests/requirements.txt index c829120e5..559c407c7 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,7 +4,7 @@ channels==3.0.4 # django explicitly not listed here because azure installs a particular series immediately after django-ajax-selects==1.9.1 django-ical==1.8.3 -django-paypal==1.1.2 +django-paypal==2.0 django-mptt==0.13.4 django-post-office==3.6.0 django-timezone-field==5.0