fix wrong stripe version in setup.py (#588)

This commit is contained in:
Nicole Klünder
2017-08-01 20:39:25 +02:00
committed by Raphael Michel
parent f70eb95346
commit a87cb75ed5

View File

@@ -97,7 +97,7 @@ setup(
'pycparser==2.13',
'django-redis==4.7.*',
'redis==2.10.5',
'stripe==1.22.*',
'stripe==1.62.*',
'chardet<3.1.0,>=3.0.2',
'mt-940==4.7',
'django-i18nfield>=1.0.1',