mirror of https://github.com/zulip/zulip.git
billing: Update stripe python package.
Needed for stripe.Invoice.finalize_invoice().
This commit is contained in:
parent
ad1df0ebeb
commit
fc41360ed9
|
@ -188,8 +188,8 @@ lxml==4.2.5
|
|||
django-two-factor-auth==1.8.0
|
||||
twilio==6.19.2
|
||||
|
||||
# Needed for processing payments (in zilencer)
|
||||
stripe==2.3.0
|
||||
# Needed for processing payments (in corporate)
|
||||
stripe==2.16.0
|
||||
|
||||
# Needed for serving uploaded files from nginx but perform auth checks in django.
|
||||
django-sendfile==0.3.11
|
||||
|
|
|
@ -169,7 +169,7 @@ sphinx==1.8.2
|
|||
sphinxcontrib-websupport==1.1.0 # via sphinx
|
||||
sqlalchemy==1.2.14
|
||||
statsd==3.3.0 # via django-statsd-mozilla
|
||||
stripe==2.3.0
|
||||
stripe==2.16.0
|
||||
tblib==1.3.2
|
||||
tornado==4.5.3
|
||||
traitlets==4.3.2 # via ipython
|
||||
|
|
|
@ -118,7 +118,7 @@ sockjs-tornado==1.0.6
|
|||
sourcemap==0.2.1
|
||||
sqlalchemy==1.2.14
|
||||
statsd==3.3.0 # via django-statsd-mozilla
|
||||
stripe==2.3.0
|
||||
stripe==2.16.0
|
||||
tornado==4.5.3
|
||||
traitlets==4.3.2 # via ipython
|
||||
twilio==6.19.2
|
||||
|
|
Loading…
Reference in New Issue