requirements: Downgrade stripe from 2.27.0 to 2.21.0.

Reverts c09962b and 697b4b2. The lines that break look like
stripe.Invoice.finalize_invoice(stripe_invoice).

Something like stripe_invoice.finalize_invoice() would work, but it's a big
change given how the tests in test_stripe.py currently work.
This commit is contained in:
Rishi Gupta 2019-05-15 15:00:53 -07:00 committed by Tim Abbott
parent 68255fe1df
commit d9d0285865
3 changed files with 3 additions and 3 deletions

View File

@ -196,7 +196,7 @@ django-two-factor-auth==1.8.0
twilio==6.26.2
# Needed for processing payments (in corporate)
stripe==2.27.0
stripe==2.21.0
# Needed for serving uploaded files from nginx but perform auth checks in django.
django-sendfile==0.3.11

View File

@ -176,7 +176,7 @@ sphinx==1.8.4
sphinxcontrib-websupport==1.1.0 # via sphinx
sqlalchemy==1.3.3
statsd==3.3.0 # via django-statsd-mozilla
stripe==2.27.0
stripe==2.21.0
tblib==1.3.2
tornado==4.5.3
traitlets==4.3.2 # via ipython

View File

@ -123,7 +123,7 @@ soupsieve==1.9.1 # via beautifulsoup4
sourcemap==0.2.1
sqlalchemy==1.3.3
statsd==3.3.0 # via django-statsd-mozilla
stripe==2.27.0
stripe==2.21.0
tornado==4.5.3
traitlets==4.3.2 # via ipython
twilio==6.26.2