Update Stripe API

This commit is contained in:
Raphael Michel
2019-07-04 11:08:05 +02:00
parent 779a3698a8
commit cbeaf399df
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ oauthlib==2.1.*
django-jsonfallback>=2.1.2
psycopg2-binary
# Stripe
stripe==2.29.*
stripe==2.32.*
# PayPal
paypalrestsdk==1.13.*
pycparser==2.13 # https://github.com/eliben/pycparser/issues/147

View File

@@ -125,7 +125,7 @@ setup(
'pycparser==2.13',
'django-redis==4.10.*',
'redis==3.2.*',
'stripe==2.29.*',
'stripe==2.32.*',
'chardet<3.1.0,>=3.0.2',
'mt-940==3.2',
'django-i18nfield>=1.4.0',