bump eopayment requirement (#33223)

This commit is contained in:
Emmanuel Cazenave 2019-05-17 19:13:54 +02:00
parent d956627fb0
commit 2ab28842af
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -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

View File

@ -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',