From 4dddfab9ee03abfa3c3a7ba99ff8c5aa7f238b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Volpe?= Date: Thu, 9 Aug 2018 17:41:51 -0300 Subject: [PATCH] Solves #583 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f763a0034..0cbb1c2e4 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ install_requires=[ "django-appconf>=1.0.1", "jsonfield>=1.0.3", - "stripe>=2.0", + "stripe==2.4", "django>=1.8", "pytz", "six",