diff --git a/debian/control b/debian/control index b8836f87..a4ff06b6 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Depends: ${misc:Depends}, ${python:Depends}, python-xstatic-leaflet-markercluster, python-xstatic-opensans, python-xstatic-roboto-fontface (<< 0.5.0.0), - python-eopayment (>= 1.9), + python-eopayment (>= 1.35), python-django-haystack (>= 2.4.0), python-sorl-thumbnail, python-pil diff --git a/setup.py b/setup.py index e1bb4f8e..11213574 100644 --- a/setup.py +++ b/setup.py @@ -157,7 +157,7 @@ setup( 'XStatic_JosefinSans', 'XStatic_OpenSans', 'XStatic_roboto-fontface<0.5.0.0', - 'eopayment>=1.26', + 'eopayment>=1.35', 'python-dateutil', 'djangorestframework>=3.3, <3.7', 'django-haystack',