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",